Method | Description | |
---|---|---|
GamingGroupRetriever ( IDataContext dataContext, IPlayerRetriever playerRetriever, IGameDefinitionRetriever gameDefinitionRetriever, IPlayedGameRetriever playedGameRetriever ) : BusinessLogic.DataAccess | ||
GetGamingGroupById ( int gamingGroupID ) : GamingGroup | ||
GetGamingGroupDetails ( |
||
GetGamingGroupsForUser ( ApplicationUser applicationUser ) : IList |
||
GetGamingGroupsSitemapInfo ( ) : List |
||
GetTopGamingGroups ( int numberOfTopGamingGroupsToShow ) : List |
public GamingGroupRetriever ( IDataContext dataContext, IPlayerRetriever playerRetriever, IGameDefinitionRetriever gameDefinitionRetriever, IPlayedGameRetriever playedGameRetriever ) : BusinessLogic.DataAccess | ||
dataContext | IDataContext | |
playerRetriever | IPlayerRetriever | |
gameDefinitionRetriever | IGameDefinitionRetriever | |
playedGameRetriever | IPlayedGameRetriever | |
return | BusinessLogic.DataAccess |
public GetGamingGroupById ( int gamingGroupID ) : GamingGroup | ||
gamingGroupID | int | |
return | GamingGroup |
public GetGamingGroupDetails ( |
||
filter | ||
return |
public GetGamingGroupsForUser ( ApplicationUser applicationUser ) : IList |
||
applicationUser | ApplicationUser | |
return | IList |
public GetTopGamingGroups ( int numberOfTopGamingGroupsToShow ) : List |
||
numberOfTopGamingGroupsToShow | int | |
return | List |