C# Class GalaxyStorm.Services.Data.InfoService

Inheritance: IInfoService
Mostrar archivo Open project: Pip3r4o/GalaxyStorm-MVC

Public Methods

Method Description
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

Method Details

GetTopPlayerWithPlanetPoints() public method

public GetTopPlayerWithPlanetPoints ( int topCount ) : IQueryable
topCount int
return IQueryable

GetTopPlayersInShards() public method

public GetTopPlayersInShards ( int topCount ) : IQueryable
topCount int
return IQueryable

GetTopPlayersInSingleShard() public method

public GetTopPlayersInSingleShard ( int shardId, int topCount ) : IQueryable
shardId int
topCount int
return IQueryable

GetTopPlayersWithCombatPoints() public method

public GetTopPlayersWithCombatPoints ( int topCount ) : IQueryable
topCount int
return IQueryable

GetTopPlayersWithNeutralPoints() public method

public GetTopPlayersWithNeutralPoints ( int topCount ) : IQueryable
topCount int
return IQueryable

InfoService() public method

public InfoService ( IRepository players ) : System
players IRepository
return System