Example #1
0
 public async Task <JsonResult> DeleteRegionById([Required] Guid regionId)
 => await JsonAsync(_addressService.DeleteRegionByIdAsync(regionId), SerializerSettings);