BooksODataService.Controllers.BooksController.BooksController C# (CSharp) Метод

BooksController() публичный Метод

public BooksController ( BooksContext booksContext ) : System
booksContext BooksODataService.Models.BooksContext
Результат System
        public BooksController(BooksContext booksContext)
        {
            _booksContext = booksContext;
        }