Пример #1
0
 public Notadebitodet GetNotadebitodet(Expression <Func <Notadebitodet, bool> > criteria)
 {
     return(NotadebitodetDao.Get(criteria));
 }
Пример #2
0
 public Notadebitodet GetNotadebitodet(int id)
 {
     return(NotadebitodetDao.Get(id));
 }