コード例 #1
0
ファイル: CompanyServices.cs プロジェクト: MarinTerentiev/mag
 public CompanyServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
コード例 #2
0
 public DealerServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
コード例 #3
0
 public ProductServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
コード例 #4
0
ファイル: OrderService.cs プロジェクト: MarinTerentiev/mag
 public OrderService(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
コード例 #5
0
ファイル: TestServices.cs プロジェクト: MarinTerentiev/mag
 public TestServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
コード例 #6
0
 public ProductCatalogService(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }