152153154155156157158159160161162
this.productOwnerRepository.productOwnerOfIdentity( tenantId, aCommand.getUsername()); if (productOwner != null) { productOwner .changeName( aCommand.getFirstName(), aCommand.getLastName(), aCommand.getOccurredOn());