示例#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));
 }