Beispiel #1
0
 public StoreService(IExcludedStoresService excludedStoresService)
 {
     this.excludedStoresService = excludedStoresService;
 }
Beispiel #2
0
 public ExcludedStores()
 {
     this.excludedStoresService = new ExcludedStoresService();
 }
 public ExcludedStores()
 {
     this.excludedStoresService = new ExcludedStoresService();
 }
Beispiel #4
0
 public StoreService(IExcludedStoresService excludedStoresService)
 {
     this.excludedStoresService = excludedStoresService;
 }