-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(OutboxDeliveryOptions): abstract base class and method signa…
…ture changes - Changed `OutboxDeliveryOptions<TDbContext>` to an abstract base class `OutboxDeliveryOptions`. - Moved the property `MessageTypes` from `OutboxDeliveryOptions<TDbContext>` to the new base class. - Created a derived class `OutboxDeliveryOptions<TDbContext>` with specific database provider details. - Updated method signatures in `OutboxExtensions.cs` to use the new base class, removing DbContext dependency where not needed.
- Loading branch information
1 parent
382d30b
commit 6f89a19
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters