public CategoryRepository(ShopDbContext shopDbContext) { _shopDbContext = shopDbContext; }
public CarRepository(ShopDbContext shopDbContext) { _carShopDbContext = shopDbContext; }