예제 #1
0
 public VwCpcompradet GetVwCpcompradet(Expression <Func <VwCpcompradet, bool> > criteria)
 {
     return(VwCpcompradetDao.Get(criteria));
 }
예제 #2
0
 public VwCpcompradet GetVwCpcompradet(int id)
 {
     return(VwCpcompradetDao.Get(id));
 }