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