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

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