Beispiel #1
0
 public System.Threading.Tasks.Task <Movies.Desktop.CountriesServiceReference.GetCountryResponse> GetCountryAsync(int id)
 {
     Movies.Desktop.CountriesServiceReference.GetCountryRequest inValue = new Movies.Desktop.CountriesServiceReference.GetCountryRequest();
     inValue.Body    = new Movies.Desktop.CountriesServiceReference.GetCountryRequestBody();
     inValue.Body.id = id;
     return(((Movies.Desktop.CountriesServiceReference.CountriesServiceSoap)(this)).GetCountryAsync(inValue));
 }
Beispiel #2
0
 public Movies.Desktop.CountriesServiceReference.Country GetCountry(int id)
 {
     Movies.Desktop.CountriesServiceReference.GetCountryRequest inValue = new Movies.Desktop.CountriesServiceReference.GetCountryRequest();
     inValue.Body    = new Movies.Desktop.CountriesServiceReference.GetCountryRequestBody();
     inValue.Body.id = id;
     Movies.Desktop.CountriesServiceReference.GetCountryResponse retVal = ((Movies.Desktop.CountriesServiceReference.CountriesServiceSoap)(this)).GetCountry(inValue);
     return(retVal.Body.GetCountryResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Movies.Desktop.CountriesServiceReference.GetCountryResponse> Movies.Desktop.CountriesServiceReference.CountriesServiceSoap.GetCountryAsync(Movies.Desktop.CountriesServiceReference.GetCountryRequest request)
 {
     return(base.Channel.GetCountryAsync(request));
 }
Beispiel #4
0
 Movies.Desktop.CountriesServiceReference.GetCountryResponse Movies.Desktop.CountriesServiceReference.CountriesServiceSoap.GetCountry(Movies.Desktop.CountriesServiceReference.GetCountryRequest request)
 {
     return(base.Channel.GetCountry(request));
 }