hopefully not a horribly foolish refactoring
This commit is contained in:
parent
59d660165f
commit
1ecaf64dea
82 changed files with 782 additions and 398 deletions
9
Femto.Common/Infrastructure/Outbox/IOutboxContext.cs
Normal file
9
Femto.Common/Infrastructure/Outbox/IOutboxContext.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Femto.Common.Infrastructure.Outbox;
|
||||
|
||||
public interface IOutboxContext
|
||||
{
|
||||
DbSet<OutboxEntry> Outbox { get; }
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue