예제 #1
0
 public JsonResult GetSubNames()
 {
     return(Json(_taskAppService.GetSubNames()));
 }