Exemple #1
0
 public GetAccountByIdController(IGetAccountByIdInteractor interactor)
 {
     _interactor = interactor;
 }