public MyOdataBooksController(BooksWebContext booksContext) { _booksContext = booksContext; }
public BooksController(BooksWebContext context) { _context = context; }