Exemplo n.º 1
0
 public GetBreedByIdUseCase(ICatsClient catsClient)
 {
     _catsClient = catsClient;
 }
Exemplo n.º 2
0
 public GetAllBreedUseCase(ICatsClient catsClient)
 {
     _catsClient = catsClient;
 }