예제 #1
0
 private void AmmInsUtenteInRuolo(string idPeople, string idGruppo, string idAmm, string type)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmInsUtenteInRuolo(idPeople, idGruppo, idAmm, type);
     ws = null;
 }