Пример #1
0
 public NWC.Players.ArrayOfPlayers GetAllPlayers_internal()
 {
     NWC.Players.GetAllPlayers_internalRequest inValue = new NWC.Players.GetAllPlayers_internalRequest();
     inValue.Body = new NWC.Players.GetAllPlayers_internalRequestBody();
     NWC.Players.GetAllPlayers_internalResponse retVal = ((NWC.Players.PlayersSoap)(this)).GetAllPlayers_internal(inValue);
     return(retVal.Body.GetAllPlayers_internalResult);
 }
Пример #2
0
 NWC.Players.GetAllPlayers_internalResponse NWC.Players.PlayersSoap.GetAllPlayers_internal(NWC.Players.GetAllPlayers_internalRequest request)
 {
     return(base.Channel.GetAllPlayers_internal(request));
 }