Exemple #1
0
 public NewAccountService(INewAccountRepository repository)
 {
     _repository = repository;
 }