9 lines
No EOL
128 B
C#
9 lines
No EOL
128 B
C#
using System;
|
|
|
|
namespace PhoenixLib.ServiceBus
|
|
{
|
|
public interface IServiceBusInstance
|
|
{
|
|
Guid Id { get; }
|
|
}
|
|
} |