示例#1
0
 public IActionResult GetAllContinents()
 {
     try
     {
         return(Ok(repository.GetContinentInfo(continentCodeId: null, geonameId: null, continentName: null)));
     }
     catch (Exception ex)
     {
         //Debug.WriteLine(ex);
         throw;
     }
 }