Ejemplo n.º 1
0
 public CompanyServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
Ejemplo n.º 2
0
 public DealerServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
Ejemplo n.º 3
0
 public ProductServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
Ejemplo n.º 4
0
 public OrderService(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
Ejemplo n.º 5
0
 public TestServices(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }
Ejemplo n.º 6
0
 public ProductCatalogService(IAutofacOfWork autofacOfWork)
 {
     this._autofacOfWork = autofacOfWork;
 }