Exemple #1
0
        public ActionResult Test3()
        {
            List <Event>  events = DL.DB.GetEvents();
            NetworkEvents nw     = new NetworkEvents();

            //nw.AddEvents(DL.DB.GetEvents());
            nw.AddEvents(events);
            ViewBag.nw = nw;

            return(View());
        }