Example #1
0
        public System.Threading.Tasks.Task <SoftSkill.GetSkillsProfileResponse> GetSkillsProfileAsync(SoftSkill.ArrayOfInt SkillsList)
        {
            SoftSkill.GetSkillsProfileRequest inValue = new SoftSkill.GetSkillsProfileRequest();
            inValue.Body            = new SoftSkill.GetSkillsProfileRequestBody();
            inValue.Body.SkillsList = SkillsList;

            return(((SoftSkill.wsTestPlayPublicSoap)(this)).GetSkillsProfileAsync(inValue));
        }
Example #2
0
 System.Threading.Tasks.Task <SoftSkill.GetSkillsProfileResponse> SoftSkill.wsTestPlayPublicSoap.GetSkillsProfileAsync(SoftSkill.GetSkillsProfileRequest request)
 {
     return(base.Channel.GetSkillsProfileAsync(request));
 }