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