示例#1
0
 public NWC.Matches.SingleTicket[] GetAllBookings()
 {
     NWC.Matches.GetAllBookingsRequest inValue = new NWC.Matches.GetAllBookingsRequest();
     inValue.Body = new NWC.Matches.GetAllBookingsRequestBody();
     NWC.Matches.GetAllBookingsResponse retVal = ((NWC.Matches.MatchesSoap)(this)).GetAllBookings(inValue);
     return(retVal.Body.GetAllBookingsResult);
 }
示例#2
0
 NWC.Matches.GetAllBookingsResponse NWC.Matches.MatchesSoap.GetAllBookings(NWC.Matches.GetAllBookingsRequest request)
 {
     return(base.Channel.GetAllBookings(request));
 }