예제 #1
0
 public System.Threading.Tasks.Task <Labb_1._6.FamousPeopleService.GetPersonFromListResponse> GetPersonFromListAsync(string year)
 {
     Labb_1._6.FamousPeopleService.GetPersonFromListRequest inValue = new Labb_1._6.FamousPeopleService.GetPersonFromListRequest();
     inValue.Body      = new Labb_1._6.FamousPeopleService.GetPersonFromListRequestBody();
     inValue.Body.year = year;
     return(((Labb_1._6.FamousPeopleService.FamousPeopleDiedInPlanecrashSoap)(this)).GetPersonFromListAsync(inValue));
 }
예제 #2
0
 public string GetPersonFromList(string year)
 {
     Labb_1._6.FamousPeopleService.GetPersonFromListRequest inValue = new Labb_1._6.FamousPeopleService.GetPersonFromListRequest();
     inValue.Body      = new Labb_1._6.FamousPeopleService.GetPersonFromListRequestBody();
     inValue.Body.year = year;
     Labb_1._6.FamousPeopleService.GetPersonFromListResponse retVal = ((Labb_1._6.FamousPeopleService.FamousPeopleDiedInPlanecrashSoap)(this)).GetPersonFromList(inValue);
     return(retVal.Body.GetPersonFromListResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <Labb_1._6.FamousPeopleService.GetPersonFromListResponse> Labb_1._6.FamousPeopleService.FamousPeopleDiedInPlanecrashSoap.GetPersonFromListAsync(Labb_1._6.FamousPeopleService.GetPersonFromListRequest request)
 {
     return(base.Channel.GetPersonFromListAsync(request));
 }
예제 #4
0
 Labb_1._6.FamousPeopleService.GetPersonFromListResponse Labb_1._6.FamousPeopleService.FamousPeopleDiedInPlanecrashSoap.GetPersonFromList(Labb_1._6.FamousPeopleService.GetPersonFromListRequest request)
 {
     return(base.Channel.GetPersonFromList(request));
 }