Ejemplo n.º 1
0
 public static void CreateDefaultData()
 {
     if (showHandler.GetAllShows().Count() == 0)
     {
         CreateBasicShow();
     }
 }
Ejemplo n.º 2
0
 public ActionResult Index()
 {
     return(View(showHandler.GetAllShows()));
 }