예제 #1
0
        public ActionResult Create()
        {
            SupportPage mSupportPage = new SupportPage();
            var         mSupportType = SupportService.LaySupportTypeAll();

            mSupportPage.HtmlNhom = V308HTMLHELPER.TaoDanhSachSupportType2(mSupportType, 0);
            return(View("Create", mSupportPage));
        }