C# Class MvcLibrary.Controllers.BooksController

Inheritance: ControllerBase
ファイルを表示 Open project: niksoper/aspnet5-books

Public Methods

Method Description
BooksController ( IBookRepository books, ILogger logger ) : System.Collections.Generic

Private Methods

Method Description
Create ( [ book ) : IActionResult
Delete ( string id ) : NoContentResult
GetAll ( ) : IEnumerable
GetById ( string id ) : IActionResult
Update ( string id, [ book ) : IActionResult

Method Details

BooksController() public method

public BooksController ( IBookRepository books, ILogger logger ) : System.Collections.Generic
books IBookRepository
logger ILogger
return System.Collections.Generic