예제 #1
0
 public JsonResult getSpecialtyAll()
 {
     return(Json(_iCommonService.getSpecialtiesAll(), GlobalConst.ContentTypes.TextHtml, JsonRequestBehavior.AllowGet));
 }