Ejemplo n.º 1
0
 public List <VwAccesoform> GetAllVwAccesoform(string conditions, string orders)
 {
     return(VwAccesoformDao.GetAll(conditions, orders));
 }
Ejemplo n.º 2
0
 public List <VwAccesoform> GetAllVwAccesoform(Expression <Func <VwAccesoform, bool> > criteria)
 {
     return(VwAccesoformDao.GetAll(criteria));
 }
Ejemplo n.º 3
0
 public List <VwAccesoform> GetAllVwAccesoform(string orders)
 {
     return(VwAccesoformDao.GetAll(orders));
 }
Ejemplo n.º 4
0
 public List <VwAccesoform> GetAllVwAccesoform()
 {
     return(VwAccesoformDao.GetAll());
 }