Beispiel #1
0
 public async Task <JsonResult> GetAllCountries(bool includeDeleted = false)
 => await JsonAsync(_addressService.GetAllCountriesAsync(includeDeleted), SerializerSettings);