示例#1
0
 //查询语句
 public List <T> GetAll()
 {
     return(db.Set <T>().ToList());
 }