Exemple #1
0
 public System.Threading.Tasks.Task <Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearResponse> IndiaVicePresidentGivenYearAsync(string year)
 {
     Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequest inValue = new Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequest();
     inValue.Body      = new Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequestBody();
     inValue.Body.year = year;
     return(((Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentServiceSoap)(this)).IndiaVicePresidentGivenYearAsync(inValue));
 }
Exemple #2
0
 public string IndiaVicePresidentGivenYear(string year)
 {
     Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequest inValue = new Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequest();
     inValue.Body      = new Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequestBody();
     inValue.Body.year = year;
     Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearResponse retVal = ((Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentServiceSoap)(this)).IndiaVicePresidentGivenYear(inValue);
     return(retVal.Body.IndiaVicePresidentGivenYearResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearResponse> Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentServiceSoap.IndiaVicePresidentGivenYearAsync(Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequest request)
 {
     return(base.Channel.IndiaVicePresidentGivenYearAsync(request));
 }
Exemple #4
0
 Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearResponse Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentServiceSoap.IndiaVicePresidentGivenYear(Laboration_1_Client.IndiasVicePresidentsService.IndiaVicePresidentGivenYearRequest request)
 {
     return(base.Channel.IndiaVicePresidentGivenYear(request));
 }