Пример #1
0
        private void AmmEliminaMenuUtente(string idCorrGlob)
        {
            AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
            this._esitoOperazione = ws.AmmEliminaMenuUtente(idCorrGlob);

            ws = null;
        }