Exemplo n.º 1
0
 public IEnumerable <Game> GetGameByType(int type)
 {
     return(_gameDao.GetGameByType(type));
 }