Ejemplo n.º 1
0
 public AuthorRepository(BookDbContext _authorRepository)
 {
     authorRepository = _authorRepository;
 }