C# Class Sample.Main.Services.PlayerService

Inheritance: IPlayerService
Datei anzeigen Open project: JustinXinLiu/Continuity

Public Methods

Method Description
GetMvpCandidatesAsync ( ) : Task>
GetMyFavoritePlayersAsync ( ) : Task>
GetPlayerAsync ( long playerId ) : Task
GetTopTenPlayersAsync ( ) : Task>

Method Details

GetMvpCandidatesAsync() public method

public GetMvpCandidatesAsync ( ) : Task>
return Task>

GetMyFavoritePlayersAsync() public method

public GetMyFavoritePlayersAsync ( ) : Task>
return Task>

GetPlayerAsync() public method

public GetPlayerAsync ( long playerId ) : Task
playerId long
return Task

GetTopTenPlayersAsync() public method

public GetTopTenPlayersAsync ( ) : Task>
return Task>