public MyOdataBooksController(BooksWebContext booksContext)
 {
     _booksContext = booksContext;
 }
Exemple #2
0
 public BooksController(BooksWebContext context)
 {
     _context = context;
 }