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