Beispiel #1
0
        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);
        }