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

Inheritance: ApiController
Exibir arquivo Open project: Ninja-Labs/azure

Public Methods

Method Description
GetJugadors ( ) : IQueryable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetJugadors() public method

public GetJugadors ( ) : IQueryable
return IQueryable