コード例 #1
0
 public Game GetGameById(int idGame)
 {
     return(_gameDao.GetGameById(idGame));
 }