C# Class EasyTeach.Data.Repostitories.ScoreRepository

Inheritance: IScoreRepository
ファイルを表示 Open project: WadeOne/EasyTeach

Public Methods

Method Description
AddScore ( IScoreDto score ) : void
DeleteScore ( int scoreId ) : void
GetScores ( ) : IQueryable
ScoreRepository ( EasyTeachContext context ) : System
UpdateScore ( IScoreDto score ) : void

Method Details

AddScore() public method

public AddScore ( IScoreDto score ) : void
score IScoreDto
return void

DeleteScore() public method

public DeleteScore ( int scoreId ) : void
scoreId int
return void

GetScores() public method

public GetScores ( ) : IQueryable
return IQueryable

ScoreRepository() public method

public ScoreRepository ( EasyTeachContext context ) : System
context EasyTeach.Data.Context.EasyTeachContext
return System

UpdateScore() public method

public UpdateScore ( IScoreDto score ) : void
score IScoreDto
return void