Beispiel #1
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria(string conditions, string orders)
 {
     return(VwPlantillahistoriaDao.GetAll(conditions, orders));
 }
Beispiel #2
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria(Expression <Func <VwPlantillahistoria, bool> > criteria)
 {
     return(VwPlantillahistoriaDao.GetAll(criteria));
 }
Beispiel #3
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria(string orders)
 {
     return(VwPlantillahistoriaDao.GetAll(orders));
 }
Beispiel #4
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria()
 {
     return(VwPlantillahistoriaDao.GetAll());
 }