mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 20:04:56 +00:00
9 lines
194 B
C#
9 lines
194 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines the contract for IRoutingSource
|
|
/// </summary>
|
|
public interface IRoutingSource : IRoutingOutputs
|
|
{
|
|
}
|
|
} |