public AuthorsController(Lesson10_EF_demoContext context) { _context = context; }
public BooksController(Lesson10_EF_demoContext context) { _context = context; }