public GenericRepository(ECommeceContext context) { _context = context; }
public GenericUnitofWork() { _context = new ECommeceContext(); }