BolfTracker.Infrastructure.EntityFramework.PlayerRivalryStatisticsRepository.GetByPlayer C# (CSharp) Метод

GetByPlayer() публичный Метод

public GetByPlayer ( int playerId ) : IEnumerable
playerId int
Результат IEnumerable
        public IEnumerable<PlayerRivalryStatistics> GetByPlayer(int playerId)
        {
            throw new NotImplementedException();
        }