示例#1
0
 public IEnumerable <TModel> GetAll()
 {
     return(db.Set <TModel>());
 }