7 lines
115 B
C#
7 lines
115 B
C#
using NodaTime;
|
|
|
|
namespace FictionArchive.Service.Shared.Services.EventBus;
|
|
|
|
public interface IIntegrationEvent
|
|
{
|
|
} |