public ProductGroupRepository(ProductGroupDbContext context) { _context = context; }
public ProductGroupRepository() { _context = new ProductGroupDbContext(); }