Ejemplo n.º 1
0
 @RemotingInclude
 @Transactional
 public Programacao update(Programacao obj) {
   return programacaoDAO.update(obj);
 }