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