コード例 #1
0
 public bool RemoveGenresByGameId(int gameId, IEnumerable <int> ids)
 {
     try
     {
         return(_genreDao.RemoveGenresByGameId(gameId, ids));
     }
     catch
     {
         throw;
     }
 }