Méthode | Description | |
---|---|---|
GetFilms ( [ options = null ) : IQueryable |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
DeleteFilm ( int id ) : IHttpActionResult | ||
FilmExists ( int id ) : bool | ||
GetFilm ( int id ) : IHttpActionResult | ||
PostFilm ( WebAPIServer.Models.Film film ) : IHttpActionResult | ||
PutFilm ( int id, WebAPIServer.Models.Film film ) : IHttpActionResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetFilms ( [ options = null ) : IQueryable |
||
options | [ | |
Résultat | IQueryable |