コード例 #1
0
 public EFBookRepository(EFLibraryContext c)
 {
     _context = c;
 }
コード例 #2
0
 public EFAuthorRepository(EFLibraryContext ctx)
 {
     context = ctx;
 }