Exemple #1
0
 public Cpcompradet GetCpcompradet(Expression <Func <Cpcompradet, bool> > criteria)
 {
     return(CpcompradetDao.Get(criteria));
 }
Exemple #2
0
 public Cpcompradet GetCpcompradet(int id)
 {
     return(CpcompradetDao.Get(id));
 }