Exemple #1
0
 public RepositoryBase(SampleLibraryContext sampleLibraryContext)
 {
     _sampleLibraryContext = sampleLibraryContext;
 }
 public AuthorRepository(SampleLibraryContext context)
     : base(context)
 {
 }
Exemple #3
0
 public BookRepository(SampleLibraryContext context)
     : base(context)
 {
 }
Exemple #4
0
 public PublisherRepository(SampleLibraryContext context)
     : base(context)
 {
 }