예제 #1
0
 public GenericRepository(BDPlant _context)
 {
     context = _context;
     dbSet   = context.Set <T>();
 }