Exemple #1
0
 public Notacredito GetNotacredito(Expression <Func <Notacredito, bool> > criteria)
 {
     return(NotacreditoDao.Get(criteria));
 }
Exemple #2
0
 public Notacredito GetNotacredito(int id)
 {
     return(NotacreditoDao.Get(id));
 }