mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-27 19:34:51 +00:00
9 lines
205 B
C#
9 lines
205 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines the contract for ITxRoutingWithFeedback
|
|
/// </summary>
|
|
public interface ITxRoutingWithFeedback : ITxRouting
|
|
{
|
|
}
|
|
} |