C# 클래스 BusinessLogic.Logic.PlayedGames.PlayedGameDeleter

상속: IPlayedGameDeleter
파일 보기 프로젝트 열기: NemeStats/NemeStats 1 사용 예제들

공개 메소드들

메소드 설명
DeletePlayedGame ( int playedGameId, ApplicationUser currentUser ) : void
PlayedGameDeleter ( IDataContext dataContext, INemesisRecalculator nemesisRecalculatorMock, IChampionRecalculator championRecalculator ) : BusinessLogic.DataAccess

메소드 상세

DeletePlayedGame() 공개 메소드

public DeletePlayedGame ( int playedGameId, ApplicationUser currentUser ) : void
playedGameId int
currentUser ApplicationUser
리턴 void

PlayedGameDeleter() 공개 메소드

public PlayedGameDeleter ( IDataContext dataContext, INemesisRecalculator nemesisRecalculatorMock, IChampionRecalculator championRecalculator ) : BusinessLogic.DataAccess
dataContext IDataContext
nemesisRecalculatorMock INemesisRecalculator
championRecalculator IChampionRecalculator
리턴 BusinessLogic.DataAccess