BolfTracker.Infrastructure.EntityFramework.PlayerRivalryStatisticsRepository.GetByPlayer C# (CSharp) Method

GetByPlayer() public method

public GetByPlayer ( int playerId ) : IEnumerable
playerId int
return IEnumerable
        public IEnumerable<PlayerRivalryStatistics> GetByPlayer(int playerId)
        {
            throw new NotImplementedException();
        }