コード例 #1
0
        public async Task <CurrentConditionsLight> GetCurrentConditions(string locationKey, string localizedName)
        {
            //locationKey = "2332712";
            var currentConditionsLight = await _weatherEngine.GetCurrentConditions(locationKey, localizedName);

            return(currentConditionsLight);
        }