예제 #1
0
        public ActionResult Index_Goc()
        {
            var model = DanhMucCon.getLoaiGoc();

            return(View(model));
        }