상속: DbContext
예제 #1
0
 public BookChaptersRepository(BooksContext booksContext)
 {
     _booksContext = booksContext;
 }
 public BookChaptersRepository(BooksContext booksContext)
 {
     _booksContext = booksContext;
 }