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