C# Class EasyTeach.Web.Controllers.ScoresController

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

Méthodes publiques

Méthode Description
ScoresController ( IScoreService scoreService ) : System

Private Methods

Méthode Description
Get ( ODataQueryOptions queryOptions ) : IQueryable
MapScoreToView ( IScoreModel s ) : ScoreViewModel
Post ( ScoreViewModel scoreView ) : IHttpActionResult

Method Details

ScoresController() public méthode

public ScoresController ( IScoreService scoreService ) : System
scoreService IScoreService
Résultat System