コード例 #1
0
 public JsonResult GetSMICInfo()
 {
     return(Json(new { data = _partService.GetSMICItems().ToViewModel() }));
 }