public ProductRepository() { db = new NWContext(); }
public CustomerRepository() { db = new NWContext(); }
public CartRepository() { db = new NWContext(); }
public CategoryRepository() { db = new NWContext(); }
public EmployeeRepository() { db = new NWContext(); }