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