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