Esempio n. 1
0
 public async Task <JsonResult> DisableCountry([Required] Guid countryId)
 => await JsonAsync(_addressService.DisableCountryAsync(countryId), SerializerSettings);