示例#1
0
 public BasicRepository(DbContexts context)
 {
     _context  = context;
     _entities = context.Set <T>();
 }