Beispiel #1
0
 public IEnumerable <Game> GetAllGames()
 {
     return(_gameDao.GetAllGames());
 }