Exemplo n.º 1
0
 // If List isn't there, create one and redisplay
 public ActionResult BuildList()
 {
     _movieRepo.BuildMovieList();
     return(View(_movieRepo.ListMovies()));
 }