Example #1
0
 public List <VwResumenelementodanio> GetAllVwResumenelementodanio(string conditions, string orders)
 {
     return(VwResumenelementodanioDao.GetAll(conditions, orders));
 }
Example #2
0
 public List <VwResumenelementodanio> GetAllVwResumenelementodanio(Expression <Func <VwResumenelementodanio, bool> > criteria)
 {
     return(VwResumenelementodanioDao.GetAll(criteria));
 }
Example #3
0
 public List <VwResumenelementodanio> GetAllVwResumenelementodanio(string orders)
 {
     return(VwResumenelementodanioDao.GetAll(orders));
 }
Example #4
0
 public List <VwResumenelementodanio> GetAllVwResumenelementodanio()
 {
     return(VwResumenelementodanioDao.GetAll());
 }