C# 클래스 GalaxyStorm.Services.Data.InfoService

상속: IInfoService
파일 보기 프로젝트 열기: Pip3r4o/GalaxyStorm-MVC

공개 메소드들

메소드 설명
GetTopPlayerWithPlanetPoints ( int topCount ) : IQueryable
GetTopPlayersInShards ( int topCount ) : IQueryable
GetTopPlayersInSingleShard ( int shardId, int topCount ) : IQueryable
GetTopPlayersWithCombatPoints ( int topCount ) : IQueryable
GetTopPlayersWithNeutralPoints ( int topCount ) : IQueryable
InfoService ( IRepository players ) : System

메소드 상세

GetTopPlayerWithPlanetPoints() 공개 메소드

public GetTopPlayerWithPlanetPoints ( int topCount ) : IQueryable
topCount int
리턴 IQueryable

GetTopPlayersInShards() 공개 메소드

public GetTopPlayersInShards ( int topCount ) : IQueryable
topCount int
리턴 IQueryable

GetTopPlayersInSingleShard() 공개 메소드

public GetTopPlayersInSingleShard ( int shardId, int topCount ) : IQueryable
shardId int
topCount int
리턴 IQueryable

GetTopPlayersWithCombatPoints() 공개 메소드

public GetTopPlayersWithCombatPoints ( int topCount ) : IQueryable
topCount int
리턴 IQueryable

GetTopPlayersWithNeutralPoints() 공개 메소드

public GetTopPlayersWithNeutralPoints ( int topCount ) : IQueryable
topCount int
리턴 IQueryable

InfoService() 공개 메소드

public InfoService ( IRepository players ) : System
players IRepository
리턴 System