public static bool ModificaDelega(Page page, DocsPAWA.DocsPaWR.InfoDelega delega, string tipoDelega, string idRuoloOld, string idUtenteOld, string dataScadenzaOld, string dataDecorrenzaOld, string idRuoloDeleganteOld) { bool retValue = false; try { DocsPAWA.DocsPaWR.InfoUtente infoUtente = UserManager.getInfoUtente(page); retValue = docsPaWS.DelegaModifica(infoUtente, delega, tipoDelega, idRuoloOld, idUtenteOld, dataScadenzaOld, dataDecorrenzaOld, idRuoloDeleganteOld); } catch (System.Exception exc) { ErrorManager.redirect(page, exc); } return(retValue); }