コード例 #1
0
        public IActionResult Reverse(int id)
        {
            List <Doctor> list = _bll.DoctorFt(id);

            return(Ok(new { data = list }));
        }