C# Class NinjaCamp.Api.Controllers.api.JugadorController

Inheritance: ApiController
Afficher le fichier Open project: Ninja-Labs/azure

Méthodes publiques

Méthode Description
GetJugadors ( ) : IQueryable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteJugador ( int id ) : IHttpActionResult
GetJugador ( int id ) : IHttpActionResult
JugadorExists ( int id ) : bool
PostJugador ( Jugador jugador ) : IHttpActionResult
PutJugador ( int id, Jugador jugador ) : IHttpActionResult

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetJugadors() public méthode

public GetJugadors ( ) : IQueryable
Résultat IQueryable