Exemple #1
0
 public Plantillahistoria GetPlantillahistoria(Expression <Func <Plantillahistoria, bool> > criteria)
 {
     return(PlantillahistoriaDao.Get(criteria));
 }
Exemple #2
0
 public Plantillahistoria GetPlantillahistoria(int id)
 {
     return(PlantillahistoriaDao.Get(id));
 }