public Cptooperacion GetCptooperacion(Expression <Func <Cptooperacion, bool> > criteria) { return(CptooperacionDao.Get(criteria)); }
public Cptooperacion GetCptooperacion(int id) { return(CptooperacionDao.Get(id)); }