コード例 #1
0
        public JsonResult IndexForOtherContent(int id)
        {
            var p = _BomDetailService.GetDesignConsumptionOtherContentForIndexForProduct(id);

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