예제 #1
0
        public async Task <CovidCountry> GetCountry(string country, string date)
        {
            CovidCountry covid = await _service.InsertCountryData(country, date);

            return(covid);
        }