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