Exemplo n.º 1
0
 public async Task RemoveAccountLegalEntity(RemovedLegalEntityEvent accountLegalEntityRemovedEvent)
 {
     await _repository.Remove(MapAccountLegalEntity(accountLegalEntityRemovedEvent));
 }