//MODELLI DI DELEGA public static DocsPAWA.DocsPaWR.ModelloDelega[] GetModelliDelega(Page page, SearchModelloDelegaInfo searchInfo, ref SearchPagingContext pagingContext) { DocsPAWA.DocsPaWR.ModelloDelega[] res = null; try { DocsPAWA.DocsPaWR.InfoUtente infoUtente = UserManager.getInfoUtente(page); infoUtente = UserManager.getInfoUtente(page); res = docsPaWS.SearchModelliDelega(infoUtente, searchInfo, ref pagingContext); } catch (Exception es) { ErrorManager.redirect(page, es); } return(res); }