Ejemplo n.º 1
0
 public async Task <JsonResult> DeleteCountryById([Required] Guid countryId)
 => await JsonAsync(_addressService.DeleteCountryByIdAsync(countryId), SerializerSettings);