Example #1
0
        public IActionResult modelMash()
        {
            MashModelProductModel mmp = new MashModelProductModel();

            ViewData["mmp"] = mmp.list_mmp();

            MaterialModel mt = new MaterialModel();

            ViewData["material"] = mt.drop_mtr("");

            modelProductModel mpd = new modelProductModel();

            ViewData["modelProduct"] = mpd.drop_mp("");

            return(View());
        }