Exemplo n.º 1
0
        public ActionResult Index()
        {
            Session["notifications"] = notificationService.GetNotification();


            ViewBag.widget = widgetService.GetWidgetAmount();
            ViewBag.value  = widgetService.GetWidgetValue();

            Session["active"] = widgetService.ActiveJob();

            Session["done"] = widgetService.CompleteJob();

            Session["coming"] = widgetService.UpcomingJob();



            return(View());
        }