C# Class EasyTeach.Data.Repostitories.ScoreRepository

Inheritance: IScoreRepository
Afficher le fichier Open project: WadeOne/EasyTeach

Méthodes publiques

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

Method Details

AddScore() public méthode

public AddScore ( IScoreDto score ) : void
score IScoreDto
Résultat void

DeleteScore() public méthode

public DeleteScore ( int scoreId ) : void
scoreId int
Résultat void

GetScores() public méthode

public GetScores ( ) : IQueryable
Résultat IQueryable

ScoreRepository() public méthode

public ScoreRepository ( EasyTeachContext context ) : System
context EasyTeach.Data.Context.EasyTeachContext
Résultat System

UpdateScore() public méthode

public UpdateScore ( IScoreDto score ) : void
score IScoreDto
Résultat void