Skip to content

Add DomainServiceHelper for aggregate fetching#861

Merged
StuartFerguson merged 1 commit intomasterfrom
task/#852_float_domain_service_performance
Aug 19, 2025
Merged

Add DomainServiceHelper for aggregate fetching#861
StuartFerguson merged 1 commit intomasterfrom
task/#852_float_domain_service_performance

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Introduced a new DomainServiceHelper class with methods GetAggregateOrFailure and HandleGetAggregateResult to streamline aggregate fetching and error handling.
Updated multiple domain service files to utilize these methods, reducing code duplication and enhancing maintainability.
New using directives for TransactionProcessor.BusinessLogic.Common were added to accommodate the helper class.

closes #852

Introduced a new `DomainServiceHelper` class with methods
`GetAggregateOrFailure` and `HandleGetAggregateResult` to
streamline aggregate fetching and error handling. Updated
multiple domain service files to utilize these methods,
reducing code duplication and enhancing maintainability.
New using directives for `TransactionProcessor.BusinessLogic.Common`
were added to accommodate the helper class.
@StuartFerguson StuartFerguson merged commit bde9190 into master Aug 19, 2025
9 checks passed
@github-actions github-actions Bot deleted the task/#852_float_domain_service_performance branch October 19, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Float Domain Service

1 participant