Merge pull request #730 from 07101994/dev

Removed unused EventBusConnection property
This commit is contained in:
RamonTC 2018-10-05 12:49:50 +02:00 committed by GitHub
commit 6f9ee00568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }
} }
} }