Example #1
0
        public ActionResult IndexPc(int type = 0)
        {
            List <SpecialInfo> a    = BonSite.Services.Special.GetList();
            SpecialInfo        info = BonSite.Services.Special.GetModelById(a[0].SpecialID);

            WorkContext.Type    = type;
            WorkContext.NavList = ArticleClass.GetNavList(type);
            return(View());
        }
Example #2
0
        //
        // GET: /Home/

        public ActionResult Index(int type = 0)
        {
            WorkContext.Type    = type;
            WorkContext.NavList = ArticleClass.GetNavList(type);
            return(View());
        }