-
Notifications
You must be signed in to change notification settings - Fork 26
Remove ITransactionService and TransactionService from the codebase #534
Copy link
Copy link
Labels
C#C# related codeC# related codebugSomething isn't workingSomething isn't workingcode cleanupcleaning-up codecleaning-up codegood first issueGood for newcomersGood for newcomershacktoberfest-acceptedhelp wantedExtra attention is neededExtra attention is needed
Description
What version of FlowSynx?
1.2.1
Describe the bug
The ITransactionService interface and its implementation TransactionService are no longer used and should be removed to clean up the codebase.
Affected files:
- FlowSynx.Domain/ITransactionService.cs
- FlowSynx.Persistence.Postgres/Services/TransactionService.cs
Proposed change:
- Delete both files.
- Remove any references, using statements, or dependency injections related to ITransactionService or TransactionService.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C#C# related codeC# related codebugSomething isn't workingSomething isn't workingcode cleanupcleaning-up codecleaning-up codegood first issueGood for newcomersGood for newcomershacktoberfest-acceptedhelp wantedExtra attention is neededExtra attention is needed