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

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

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