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