예제 #1
0
        public static bool VerificaUnicaDelega(Page page, DocsPAWA.DocsPaWR.InfoDelega delega)
        {
            bool retValue = false;

            try
            {
                DocsPAWA.DocsPaWR.InfoUtente infoUtente = UserManager.getInfoUtente(page);
                retValue = docsPaWS.DelegaVerificaUnicaAssegnata(infoUtente, delega);
            }
            catch (System.Exception exc)
            {
                ErrorManager.redirect(page, exc);
            }
            return(retValue);
        }