public AuthorsController(IAuthorsUseCase authorsUseCase)
 {
     this.authorsUseCase = authorsUseCase;
 }
예제 #2
0
 public AuthorsController(IAuthorsUseCase authorsUseCase)
 {
     this.authorsUseCase = authorsUseCase;
 }