Removed unused EventBusConnection property

This commit is contained in:
Tushar Koshti 2018-08-30 07:42:08 +05:30 committed by GitHub
parent 53479908a0
commit 2a22ef7802
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; }
} }
} }