Method | Description | |
---|---|---|
GetFilms ( [ options = null ) : IQueryable |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | 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 |
public GetFilms ( [ options = null ) : IQueryable |
||
options | [ | |
return | IQueryable |