public static bool DismettiDelega(DocsPaWR.InfoUtente infoUtente) { bool retValue = false; //retValue = docsPaWS.DelegaDismetti(infoUtente.delegato, infoUtente.userId); retValue = docsPaWS.DelegaDismetti(infoUtente, infoUtente.userId); return(retValue); }