Beispiel #1
0
 public async Task <JsonResult> ActivateCountry([Required] Guid countryId)
 => await JsonAsync(_addressService.ActivateCountryAsync(countryId), SerializerSettings);