public RepositoryBase(SampleLibraryContext sampleLibraryContext) { _sampleLibraryContext = sampleLibraryContext; }
public AuthorRepository(SampleLibraryContext context) : base(context) { }
public BookRepository(SampleLibraryContext context) : base(context) { }
public PublisherRepository(SampleLibraryContext context) : base(context) { }