Exemplo n.º 1
0
 public IEnumerable <Game> Index()
 {
     //Call the DAO and get all the games
     return(repository.AllGames());
 }