public IRepository(GiaoHangGiaReDbContext db) { _db = db; _table = _db.Set <T>(); }
public IRepository() { _db = new GiaoHangGiaReDbContext(); _table = _db.Set <T>(); }