Exemple #1
0
 public Notacreditocli GetNotacreditocli(Expression <Func <Notacreditocli, bool> > criteria)
 {
     return(NotacreditocliDao.Get(criteria));
 }
Exemple #2
0
 public Notacreditocli GetNotacreditocli(int id)
 {
     return(NotacreditocliDao.Get(id));
 }