public List <VwPlantillahistoria> GetAllVwPlantillahistoria(string conditions, string orders) { return(VwPlantillahistoriaDao.GetAll(conditions, orders)); }
public List <VwPlantillahistoria> GetAllVwPlantillahistoria(Expression <Func <VwPlantillahistoria, bool> > criteria) { return(VwPlantillahistoriaDao.GetAll(criteria)); }
public List <VwPlantillahistoria> GetAllVwPlantillahistoria(string orders) { return(VwPlantillahistoriaDao.GetAll(orders)); }
public List <VwPlantillahistoria> GetAllVwPlantillahistoria() { return(VwPlantillahistoriaDao.GetAll()); }