Exemplo n.º 1
0
        public JsonResult GetAllDoctorName(string term)
        {
            var data = _doctorService.GetAllDoctorName(term);

            return(Json(data, JsonRequestBehavior.AllowGet));
        }