C# Class MvcLibrary.Controllers.BooksController

Inheritance: ControllerBase
Afficher le fichier Open project: niksoper/aspnet5-books

Méthodes publiques

Méthode Description
BooksController ( IBookRepository books, ILogger logger ) : System.Collections.Generic

Private Methods

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

Method Details

BooksController() public méthode

public BooksController ( IBookRepository books, ILogger logger ) : System.Collections.Generic
books IBookRepository
logger ILogger
Résultat System.Collections.Generic