Пример #1
0
 public bool AddGenresByGameId(int gameId, IEnumerable <int> ids)
 {
     try
     {
         return(_genreDao.AddGenresByGameId(gameId, ids));
     }
     catch
     {
         throw;
     }
 }