server-master/srcs/PhoenixLib.Messaging/Internal/IServiceBusInstance.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
128 B
C#

using System;
namespace PhoenixLib.ServiceBus
{
public interface IServiceBusInstance
{
Guid Id { get; }
}
}