public CustomerRepository() { _context = new CustomerContext(); }
public CustomerRepository(CustomerContext context) { _context = context; }