예제 #1
0
        public ActionResult GetMtParts(int productId)
        {
            List <OBKMtPartViewModel> mtParts = obkRepo.GetMtParts(productId);

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