예제 #1
0
 public List <VwMantenimiento> GetAllVwMantenimiento(string conditions, string orders)
 {
     return(VwMantenimientoDao.GetAll(conditions, orders));
 }
예제 #2
0
 public List <VwMantenimiento> GetAllVwMantenimiento(Expression <Func <VwMantenimiento, bool> > criteria)
 {
     return(VwMantenimientoDao.GetAll(criteria));
 }
예제 #3
0
 public List <VwMantenimiento> GetAllVwMantenimiento(string orders)
 {
     return(VwMantenimientoDao.GetAll(orders));
 }
예제 #4
0
 public List <VwMantenimiento> GetAllVwMantenimiento()
 {
     return(VwMantenimientoDao.GetAll());
 }