예제 #1
0
        public ActionResult Dashboard()
        {
            LayoutView    layoutView    = LayoutView.GetLayoutView();
            DashboardView dashboardView = new DashboardView();

            return(View(dashboardView));
        }
예제 #2
0
 public BaseController()
 {
     layoutView = LayoutView.GetLayoutView();
 }