6 lines
No EOL
136 B
C#
6 lines
No EOL
136 B
C#
namespace Femto.Common.Integration;
|
|
|
|
public abstract record Event : IEvent
|
|
{
|
|
public Guid EventId { get; } = Guid.CreateVersion7();
|
|
} |