コード例 #1
0
 public IActionResult CountryById(int countryId)
 {
     return(Ok(repository.GetCountryById(countryId)));
 }