Exemplo n.º 1
0
 public SearchViewComponent(EfCoreAuthorRepository authorRepository)
 {
     _authorRepository = authorRepository;
 }
Exemplo n.º 2
0
 public CategoryViewComponent(EfCoreAuthorRepository authorRepository)
 {
     _authorRepository = authorRepository;
 }