示例#1
0
 public IQueryable <T> GetQuery()
 {
     return(_ctx.Set <T>());
 }