public ProductsController(Services.IShopDbServices <Models.Product> _shopDbService) { shopDbService = _shopDbService; }
public CustomersController(Services.IShopDbServices <Models.Customer> _shopDbService) { shopDbService = _shopDbService; }