C# Class JwtWebApi.Controllers.BooksController

Inheritance: ApiController
显示文件 Open project: stewartm83/Jwt-WebApi Class Usage Examples

Public Methods

Method Description
GetBooks ( ) : IQueryable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BookExists ( int id ) : bool
DeleteBook ( int id ) : Task
GetBook ( int id ) : Task
PostBook ( Book book ) : Task
PutBook ( int id, Book book ) : Task

Method Details

Dispose() protected method

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

GetBooks() public method

public GetBooks ( ) : IQueryable
return IQueryable