public AuthorsController(IAuthorsUseCase authorsUseCase)
 {
     this.authorsUseCase = authorsUseCase;
 }
Exemplo n.º 2
0
 public AuthorsController(IAuthorsUseCase authorsUseCase)
 {
     this.authorsUseCase = authorsUseCase;
 }