Ejemplo n.º 1
0
 public ActionResult<string> GetMostIsolatedCountry()
 {
     return Ok(InMemoryDb.GetMostIsolatedCountry());
 }