public VwProgramacioncitadethistorial GetVwProgramacioncitadethistorial(Expression <Func <VwProgramacioncitadethistorial, bool> > criteria) { return(VwProgramacioncitadethistorialDao.Get(criteria)); }
public long CountVwProgramacioncitadethistorial() { return(VwProgramacioncitadethistorialDao.Count()); }
public VwProgramacioncitadethistorial GetVwProgramacioncitadethistorial(int id) { return(VwProgramacioncitadethistorialDao.Get(id)); }
public List <VwProgramacioncitadethistorial> GetAllVwProgramacioncitadethistorial(string conditions, string orders) { return(VwProgramacioncitadethistorialDao.GetAll(conditions, orders)); }
public List <VwProgramacioncitadethistorial> GetAllVwProgramacioncitadethistorial(Expression <Func <VwProgramacioncitadethistorial, bool> > criteria) { return(VwProgramacioncitadethistorialDao.GetAll(criteria)); }
public List <VwProgramacioncitadethistorial> GetAllVwProgramacioncitadethistorial() { return(VwProgramacioncitadethistorialDao.GetAll()); }
public long CountVwProgramacioncitadethistorial(Expression <Func <VwProgramacioncitadethistorial, bool> > criteria) { return(VwProgramacioncitadethistorialDao.Count(criteria)); }