Exemple #1
0
 public List <Notadebito> GetAllNotadebito(string conditions, string orders)
 {
     return(NotadebitoDao.GetAll(conditions, orders));
 }
Exemple #2
0
 public List <Notadebito> GetAllNotadebito(Expression <Func <Notadebito, bool> > criteria)
 {
     return(NotadebitoDao.GetAll(criteria));
 }
Exemple #3
0
 public List <Notadebito> GetAllNotadebito(string orders)
 {
     return(NotadebitoDao.GetAll(orders));
 }
Exemple #4
0
 public List <Notadebito> GetAllNotadebito()
 {
     return(NotadebitoDao.GetAll());
 }