Esempio n. 1
0
 public NWC.Matches.ArrayOfMatches GetAllMatches()
 {
     NWC.Matches.GetAllMatchesRequest inValue = new NWC.Matches.GetAllMatchesRequest();
     inValue.Body = new NWC.Matches.GetAllMatchesRequestBody();
     NWC.Matches.GetAllMatchesResponse retVal = ((NWC.Matches.MatchesSoap)(this)).GetAllMatches(inValue);
     return(retVal.Body.GetAllMatchesResult);
 }
Esempio n. 2
0
 NWC.Matches.GetAllMatchesResponse NWC.Matches.MatchesSoap.GetAllMatches(NWC.Matches.GetAllMatchesRequest request)
 {
     return(base.Channel.GetAllMatches(request));
 }