Ejemplo n.º 1
0
 public List <VwPeriodo> GetAllVwPeriodo(string conditions, string orders)
 {
     return(VwPeriodoDao.GetAll(conditions, orders));
 }
Ejemplo n.º 2
0
 public List <VwPeriodo> GetAllVwPeriodo(Expression <Func <VwPeriodo, bool> > criteria)
 {
     return(VwPeriodoDao.GetAll(criteria));
 }
Ejemplo n.º 3
0
 public List <VwPeriodo> GetAllVwPeriodo(string orders)
 {
     return(VwPeriodoDao.GetAll(orders));
 }
Ejemplo n.º 4
0
 public List <VwPeriodo> GetAllVwPeriodo()
 {
     return(VwPeriodoDao.GetAll());
 }