public DbServiceRepository(ShopContext context) { this.context = context; }
public DbCustomerRepository(ShopContext context) { this.context = context; }