Exemplo n.º 1
0
 public PagedData <GameEntity> GetByIds(IEnumerable <int> ids)
 {
     try
     {
         return(_gameDao.GetByIds(ids));
     }
     catch
     {
         throw;
     }
 }