예제 #1
0
 public List <Elementogasto> GetAllElementogasto(string conditions, string orders)
 {
     return(ElementogastoDao.GetAll(conditions, orders));
 }
예제 #2
0
 public List <Elementogasto> GetAllElementogasto(Expression <Func <Elementogasto, bool> > criteria)
 {
     return(ElementogastoDao.GetAll(criteria));
 }
예제 #3
0
 public List <Elementogasto> GetAllElementogasto(string orders)
 {
     return(ElementogastoDao.GetAll(orders));
 }
예제 #4
0
 public List <Elementogasto> GetAllElementogasto()
 {
     return(ElementogastoDao.GetAll());
 }