コード例 #1
0
 private void AmmEliminaUtenteInRuolo(string idPeople, string idGruppo, string idAmm)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmEliminaUtenteInRuolo(idPeople, idGruppo, idAmm);
     ws = null;
 }