示例#1
0
 //GetAll
 public IQueryable <MenuTable> GetAll()
 {
     return(objDb.GetAll());
 }