public GenreService(MybookAPIDataContext context) { _context = context; }
public AuthorService(MybookAPIDataContext context) { _context = context; }
public BookService(MybookAPIDataContext context) { _context = context; }
public PublisherService(MybookAPIDataContext context) { _context = context; }
public CategoryService(MybookAPIDataContext context) { _context = context; }