示例#1
0
        public IActionResult DeleteSection(long id)
        {
            _repo.DeleteSection(id);

            return(Ok());
        }