Example #1
0
 public System.Threading.Tasks.Task <SoftSkill.GetProfileFullResponse> GetProfileFullAsync(int Genere, int MobileFrequenzaGioco, bool MobileGiocoAvventura, bool MobileGiocoAzione, bool MobileGiocoGDR, bool MobileGiocoPuzzle, bool MobileGiocoSimulazione, bool MobileGiocoStrategia, SoftSkill.ArrayOfInt1 RisposteQuestionario)
 {
     SoftSkill.GetProfileFullRequest inValue = new SoftSkill.GetProfileFullRequest();
     inValue.Body        = new SoftSkill.GetProfileFullRequestBody();
     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(((SoftSkill.wsTestPlayPublicSoap)(this)).GetProfileFullAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <SoftSkill.GetProfileFullResponse> SoftSkill.wsTestPlayPublicSoap.GetProfileFullAsync(SoftSkill.GetProfileFullRequest request)
 {
     return(base.Channel.GetProfileFullAsync(request));
 }