6 lines
141 B
C#
6 lines
141 B
C#
namespace KonSoft.InternalGateway.Aggregations.Base;
|
|
|
|
public interface IRequestInput
|
|
{
|
|
Dictionary<string, string> Endpoints { get; }
|
|
} |