public ProductRepository() { context = new E2eDbContext(); }
public EmployeeRepository() { context = new E2eDbContext(); }