Exemplo n.º 1
0
 public AuthorRepository(LibraryManagementDemoContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public BookRepository(LibraryManagementDemoContext context)
 {
     _dbContext = context;
 }