Exemplo n.º 1
0
 public GetAccountByIdController(IGetAccountByIdInteractor interactor)
 {
     _interactor = interactor;
 }