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();
        }