示例#1
0
 public ActionResult<string> GetMostIsolatedCountry()
 {
     return Ok(InMemoryDb.GetMostIsolatedCountry());
 }