예제 #1
0
        public IActionResult GetDoctorLv()
        {
            List <DoctorLv> list = _bll.GetDoctorLv();

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