예제 #1
0
        public JsonResult GetAllWidthUomResult()
        {
            ScrimTypeController scrimType = new ScrimTypeController();

            return(scrimType.GetAllUoMResultByCode("L"));
        }
예제 #2
0
        public JsonResult GetAllThicknessUomResult()
        {
            ScrimTypeController scrimType = new ScrimTypeController();

            return(scrimType.GetAllUoMResultByCode("T"));
        }