예제 #1
0
 public JsonResult CategoryID(int id)
 {
     return(Json(service.CategoryID(id)));
 }