コード例 #1
0
 // GET: /Order/
 public ActionResult Index()
 {
     var Boms = _BomDetailService.GetDesignColourConsumptionHeaderViewModelForIndex();
     return View(Boms);
 }