public TestIntegrationEventHandle(AppleDomainService appleDomainService, IAppleRepository appleRepository)
 {
     _appleDomainService = appleDomainService;
     _appleRepository    = appleRepository;
 }
Пример #2
0
 public TestApplication(AppleDomainService appleDomainService, IIntegrationEventBus integrationEventBus)
 {
     _appleDomainService  = appleDomainService;
     _integrationEventBus = integrationEventBus;
 }