コード例 #1
0
ファイル: GamesController.cs プロジェクト: kkooffee/game
 public IEnumerable <Game> Get(string genre)
 {
     return(dataGame.SellectGame(genre));
 }