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