예제 #1
0
 public Repository()
 {
     //tạo kết nối
     _context = new MenShopDbContext();
     _table   = _context.Set <Tentity>();
 }