public async Task <IActionResult> DeleteAsync([FromRoute] int id) { await _personAppService.DeleteAsync(id); return(OkOrNoContent((object)null)); }