Ejemplo n.º 1
0
 public List <Game> RetrieveGamesForRental()
 {
     try
     {
         games = GameAccessor.RetrieveAllGames();
     }
     catch (Exception)
     {
     }
     return(games);
 }