public TestIntegrationEventHandle(AppleDomainService appleDomainService, IAppleRepository appleRepository) { _appleDomainService = appleDomainService; _appleRepository = appleRepository; }
public TestApplication(AppleDomainService appleDomainService, IIntegrationEventBus integrationEventBus) { _appleDomainService = appleDomainService; _integrationEventBus = integrationEventBus; }