C# Class Services_Common.Controllers.DevelopersController

Inheritance: ApiController
Afficher le fichier Open project: jongalloway/Knockout-MVA

Méthodes publiques

Méthode Description
GetDevelopers ( ) : IQueryable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteDeveloper ( int id ) : IHttpActionResult
DeveloperExists ( int id ) : bool
GetDeveloper ( int id ) : IHttpActionResult
PostDeveloper ( Services_Common.Models.Developer developer ) : IHttpActionResult
PutDeveloper ( int id, Services_Common.Models.Developer developer ) : IHttpActionResult

Method Details

Dispose() protected méthode

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

GetDevelopers() public méthode

public GetDevelopers ( ) : IQueryable
Résultat IQueryable