some changes
This commit is contained in:
parent
4ec9720541
commit
b47bac67ca
37 changed files with 397 additions and 190 deletions
6
Femto.Common/Integration/Event.cs
Normal file
6
Femto.Common/Integration/Event.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace Femto.Common.Integration;
|
||||
|
||||
public abstract record Event : IEvent
|
||||
{
|
||||
public Guid EventId { get; } = Guid.CreateVersion7();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue