コード例 #1
0
ファイル: StoreService.cs プロジェクト: eirhor/DdsAdmin
 public StoreService(IExcludedStoresService excludedStoresService)
 {
     this.excludedStoresService = excludedStoresService;
 }
コード例 #2
0
 public ExcludedStores()
 {
     this.excludedStoresService = new ExcludedStoresService();
 }
コード例 #3
0
 public ExcludedStores()
 {
     this.excludedStoresService = new ExcludedStoresService();
 }
コード例 #4
0
ファイル: StoreService.cs プロジェクト: rreckless/DdsAdmin
 public StoreService(IExcludedStoresService excludedStoresService)
 {
     this.excludedStoresService = excludedStoresService;
 }