Пример #1
0
 public List <Clase> GetAllClase(string conditions, string orders)
 {
     return(ClaseDao.GetAll(conditions, orders));
 }
Пример #2
0
 public List <Clase> GetAllClase(Expression <Func <Clase, bool> > criteria)
 {
     return(ClaseDao.GetAll(criteria));
 }
Пример #3
0
 public List <Clase> GetAllClase(string orders)
 {
     return(ClaseDao.GetAll(orders));
 }
Пример #4
0
 public List <Clase> GetAllClase()
 {
     return(ClaseDao.GetAll());
 }