示例#1
0
 public async Task <JsonResult> GetCountryById([Required] Guid countryId)
 => await JsonAsync(_addressService.GetCountryByIdAsync(countryId), SerializerSettings);