Esempio n. 1
0
 public System.Collections.Generic.List <ServiceG2A.PK.GryPK> GetGames()
 {
     ServiceG2A.PK.GetGamesRequest inValue = new ServiceG2A.PK.GetGamesRequest();
     inValue.Body = new ServiceG2A.PK.GetGamesRequestBody();
     ServiceG2A.PK.GetGamesResponse retVal = ((ServiceG2A.PK.WebServicePKSoap)(this)).GetGames(inValue);
     return(retVal.Body.GetGamesResult);
 }
Esempio n. 2
0
 ServiceG2A.PK.GetGamesResponse ServiceG2A.PK.WebServicePKSoap.GetGames(ServiceG2A.PK.GetGamesRequest request)
 {
     return(base.Channel.GetGames(request));
 }