Exemplo n.º 1
0
 @Override
 public Tarea accionLiberar(long tkiid) throws Exception {
   return tareaServiceLocal.liberar(tkiid);
 }