public CompanyServices(IAutofacOfWork autofacOfWork) { this._autofacOfWork = autofacOfWork; }
public DealerServices(IAutofacOfWork autofacOfWork) { this._autofacOfWork = autofacOfWork; }
public ProductServices(IAutofacOfWork autofacOfWork) { this._autofacOfWork = autofacOfWork; }
public OrderService(IAutofacOfWork autofacOfWork) { this._autofacOfWork = autofacOfWork; }
public TestServices(IAutofacOfWork autofacOfWork) { this._autofacOfWork = autofacOfWork; }
public ProductCatalogService(IAutofacOfWork autofacOfWork) { this._autofacOfWork = autofacOfWork; }