Beispiel #1
0
 public Operatore[] GetoperatoriBySquadra(Squadre squadra)
 {
     object[] results = this.Invoke("GetoperatoriBySquadra", new object[] {
                 squadra});
     return ((Operatore[])(results[0]));
 }
Beispiel #2
0
 /// <remarks/>
 public System.IAsyncResult BeginGetoperatoriBySquadra(Squadre squadra, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetoperatoriBySquadra", new object[] {
                 squadra}, callback, asyncState);
 }