public CustomerRepository(NetCoreAngularCRUDAppContext context) { this.context = context; }
public BlogCategoryRepository(NetCoreAngularCRUDAppContext context) { this.context = context; }
public ItemRepository(NetCoreAngularCRUDAppContext context) { this.context = context; }