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