예제 #1
0
 public long CountVwPlantillahistoria()
 {
     return(VwPlantillahistoriaDao.Count());
 }
예제 #2
0
 public VwPlantillahistoria GetVwPlantillahistoria(int id)
 {
     return(VwPlantillahistoriaDao.Get(id));
 }
예제 #3
0
 public VwPlantillahistoria GetVwPlantillahistoria(Expression <Func <VwPlantillahistoria, bool> > criteria)
 {
     return(VwPlantillahistoriaDao.Get(criteria));
 }
예제 #4
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria(string conditions, string orders)
 {
     return(VwPlantillahistoriaDao.GetAll(conditions, orders));
 }
예제 #5
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria(string orders)
 {
     return(VwPlantillahistoriaDao.GetAll(orders));
 }
예제 #6
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria(Expression <Func <VwPlantillahistoria, bool> > criteria)
 {
     return(VwPlantillahistoriaDao.GetAll(criteria));
 }
예제 #7
0
 public List <VwPlantillahistoria> GetAllVwPlantillahistoria()
 {
     return(VwPlantillahistoriaDao.GetAll());
 }
예제 #8
0
 public long CountVwPlantillahistoria(Expression <Func <VwPlantillahistoria, bool> > criteria)
 {
     return(VwPlantillahistoriaDao.Count(criteria));
 }