Method | Description | |
---|---|---|
ChampionRecalculator ( IDataContext dataContext, IChampionRepository championRepository ) : System.Collections.Generic | ||
RecalculateAllChampions ( ) : void | ||
RecalculateChampion ( int gameDefinitionId, ApplicationUser applicationUser, bool allowedToClearExistingChampion = true ) : Champion |
Method | Description | |
---|---|---|
ClearChampionId ( ApplicationUser applicationUser, GameDefinition gameDefinition ) : void | ||
UpdateExistingChampionIfNecessary ( ApplicationUser applicationUser, Champion existingChampion, Champion newChampion ) : Champion |
public ChampionRecalculator ( IDataContext dataContext, IChampionRepository championRepository ) : System.Collections.Generic | ||
dataContext | IDataContext | |
championRepository | IChampionRepository | |
return | System.Collections.Generic |
public RecalculateChampion ( int gameDefinitionId, ApplicationUser applicationUser, bool allowedToClearExistingChampion = true ) : Champion | ||
gameDefinitionId | int | |
applicationUser | ApplicationUser | |
allowedToClearExistingChampion | bool | |
return | Champion |