Ejemplo n.º 1
0
        public ActionResult Dashboard()
        {
            LayoutView    layoutView    = LayoutView.GetLayoutView();
            DashboardView dashboardView = new DashboardView();

            return(View(dashboardView));
        }
Ejemplo n.º 2
0
 public BaseController()
 {
     layoutView = LayoutView.GetLayoutView();
 }