C# Class BusinessLogic.Logic.Achievements.HotStreakAchievement

Inheritance: BaseAchievement
Show file Open project: NemeStats/NemeStats

Public Methods

Method Description
HotStreakAchievement ( IDataContext dataContext, EntityFrameworkPlayerRepository entityFrameworkPlayerRepository ) : System.Collections.Generic
IsAwardedForThisPlayer ( int playerId ) : AchievementAwarded

Method Details

HotStreakAchievement() public method

public HotStreakAchievement ( IDataContext dataContext, EntityFrameworkPlayerRepository entityFrameworkPlayerRepository ) : System.Collections.Generic
dataContext IDataContext
entityFrameworkPlayerRepository BusinessLogic.DataAccess.Repositories.EntityFrameworkPlayerRepository
return System.Collections.Generic

IsAwardedForThisPlayer() public method

public IsAwardedForThisPlayer ( int playerId ) : AchievementAwarded
playerId int
return AchievementAwarded