Example #1
0
 public async Task <object> ProcessData(Configuration.Configuration config)
 {
     return(await _weatherFactory.GetWeather(config));
 }
Example #2
0
 public async Task <object> Update(Configuration.Configuration config)
 {
     return(await _weatherFactory.GetWeather(config));
 }