Method | Description | |
---|---|---|
BooksController ( IBookRepository books, ILogger |
Method | Description | |
---|---|---|
Create ( [ book ) : IActionResult | ||
Delete ( string id ) : NoContentResult | ||
GetAll ( ) : IEnumerable |
||
GetById ( string id ) : IActionResult | ||
Update ( string id, [ book ) : IActionResult |
public BooksController ( IBookRepository books, ILogger |
||
books | IBookRepository | |
logger | ILogger |
|
return | System.Collections.Generic |