Example #1
0
 public System.Threading.Tasks.Task <ServiceReference1.GetProfileResponse> GetProfileAsync(int Genere, int MobileFrequenzaGioco, bool MobileGiocoAvventura, bool MobileGiocoAzione, bool MobileGiocoGDR, bool MobileGiocoPuzzle, bool MobileGiocoSimulazione, bool MobileGiocoStrategia, ServiceReference1.ArrayOfInt1 RisposteQuestionario)
 {
     ServiceReference1.GetProfileRequest inValue = new ServiceReference1.GetProfileRequest();
     inValue.Body        = new ServiceReference1.GetProfileRequestBody();
     inValue.Body.Genere = Genere;
     inValue.Body.MobileFrequenzaGioco   = MobileFrequenzaGioco;
     inValue.Body.MobileGiocoAvventura   = MobileGiocoAvventura;
     inValue.Body.MobileGiocoAzione      = MobileGiocoAzione;
     inValue.Body.MobileGiocoGDR         = MobileGiocoGDR;
     inValue.Body.MobileGiocoPuzzle      = MobileGiocoPuzzle;
     inValue.Body.MobileGiocoSimulazione = MobileGiocoSimulazione;
     inValue.Body.MobileGiocoStrategia   = MobileGiocoStrategia;
     inValue.Body.RisposteQuestionario   = RisposteQuestionario;
     return(((ServiceReference1.wsTestPlayPublicSoap)(this)).GetProfileAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <ServiceReference1.GetProfileResponse> ServiceReference1.wsTestPlayPublicSoap.GetProfileAsync(ServiceReference1.GetProfileRequest request)
 {
     return(base.Channel.GetProfileAsync(request));
 }