コード例 #1
0
        public IActionResult Delete(long id)
        {
            _citizenService.Delete(id);

            return(Ok());
        }