public ActionResult Dashboard() { LayoutView layoutView = LayoutView.GetLayoutView(); DashboardView dashboardView = new DashboardView(); return(View(dashboardView)); }
public BaseController() { layoutView = LayoutView.GetLayoutView(); }