Skip to content

Commit cb72d9a

Browse files
Oops missed a registration
1 parent 51445e1 commit cb72d9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TransactionProcessor/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ public void ConfigureServices(IServiceCollection services)
159159
services.AddSingleton<IAggregateRepository<ReconciliationAggregate.ReconciliationAggregate, DomainEventRecord.DomainEvent>, AggregateRepository<ReconciliationAggregate.ReconciliationAggregate, DomainEventRecord.DomainEvent>>();
160160
services.AddSingleton<IAggregateRepository<SettlementAggregate, DomainEventRecord.DomainEvent>, AggregateRepository<SettlementAggregate, DomainEventRecord.DomainEvent>>();
161161
services.AddSingleton<ITransactionDomainService, TransactionDomainService>();
162+
services.AddSingleton<ISettlementDomainService, SettlementDomainService>();
162163
services.AddSingleton<Factories.IModelFactory, Factories.ModelFactory>();
163164
services.AddSingleton<ISecurityServiceClient, SecurityServiceClient>();
164165
services.AddSingleton<IMessagingServiceClient, MessagingServiceClient>();

0 commit comments

Comments
 (0)