예제 #1
0
 public string GetAllPlayers()
 {
     NWC.Players.GetAllPlayersRequest inValue = new NWC.Players.GetAllPlayersRequest();
     inValue.Body = new NWC.Players.GetAllPlayersRequestBody();
     NWC.Players.GetAllPlayersResponse retVal = ((NWC.Players.PlayersSoap)(this)).GetAllPlayers(inValue);
     return(retVal.Body.GetAllPlayersResult);
 }
예제 #2
0
 NWC.Players.GetAllPlayersResponse NWC.Players.PlayersSoap.GetAllPlayers(NWC.Players.GetAllPlayersRequest request)
 {
     return(base.Channel.GetAllPlayers(request));
 }