mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 11:54:57 +00:00
9 lines
205 B
C#
9 lines
205 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines an IRmcRouting with a feedback event
|
|
/// </summary>
|
|
public interface IRmcRoutingWithFeedback : IRmcRouting
|
|
{
|
|
}
|
|
} |