public List <Elementogasto> GetAllElementogasto(string conditions, string orders) { return(ElementogastoDao.GetAll(conditions, orders)); }
public List <Elementogasto> GetAllElementogasto(Expression <Func <Elementogasto, bool> > criteria) { return(ElementogastoDao.GetAll(criteria)); }
public List <Elementogasto> GetAllElementogasto(string orders) { return(ElementogastoDao.GetAll(orders)); }
public List <Elementogasto> GetAllElementogasto() { return(ElementogastoDao.GetAll()); }