Browse Source
Removed unused EventBusConnection property
pull/730/head
Tushar Koshti
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
src/Services/Basket/Basket.API/BasketSettings.cs
|
@ -3,7 +3,5 @@ |
|
|
public class BasketSettings |
|
|
public class BasketSettings |
|
|
{ |
|
|
{ |
|
|
public string ConnectionString { get; set; } |
|
|
public string ConnectionString { get; set; } |
|
|
|
|
|
|
|
|
public string EventBusConnection { get; set; } |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |