Exemple #1
0
 public async Task <AllStationsTemperature> GetAllTemperaturesAsynx()
 {
     return(await _temperatureService.GetTemperatureForEachStationAsync());;
 }