Exemplo n.º 1
0
 public IEnumerable <Game> Get(string genre)
 {
     return(dataGame.SellectGame(genre));
 }