예제 #1
0
 public System.Threading.Tasks.Task <WeatherClient.WeatherService.GetWeatherResponse> GetWeatherAsync(WeatherClient.WeatherService.GetWeatherRequest req)
 {
     return(base.Channel.GetWeatherAsync(req));
 }
예제 #2
0
 public WeatherClient.WeatherService.GetWeatherResponse GetWeather(WeatherClient.WeatherService.GetWeatherRequest req)
 {
     return(base.Channel.GetWeather(req));
 }