Ejemplo n.º 1
0
        public ActionResult Index()
        {
            var notices = NoticeProvider.GetNotices();

            NoticeProvider.ClearNotices();

            return(PartialView(ViewNames.IndexPartial, new NoticeViewModel(notices)));
        }