コード例 #1
0
        public async Task <IActionResult> DeleteTinhThanh(int id)
        {
            await _tinhThanhService.DeleteTinhThanh(id);

            return(Ok());
        }