Exemplo n.º 1
0
 public WeatherApp.WeatherServiceWCF.WeatherObject GetWeatherobject(WeatherApp.WeatherServiceWCF.WeatherParameter Param)
 {
     return(base.Channel.GetWeatherobject(Param));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <WeatherApp.WeatherServiceWCF.WeatherObject> GetWeatherobjectAsync(WeatherApp.WeatherServiceWCF.WeatherParameter Param)
 {
     return(base.Channel.GetWeatherobjectAsync(Param));
 }
Exemplo n.º 3
0
 public string GetWeather(WeatherApp.WeatherServiceWCF.WeatherParameter Param)
 {
     return(base.Channel.GetWeather(Param));
 }