asternet/Asterisk.2013/Asterisk.NET/FastAGI/IMappingStrategy.cs
2013-08-21 03:31:26 -07:00

8 lines
167 B
C#

namespace Asterisk.NET.FastAGI
{
public interface IMappingStrategy
{
AGIScript DetermineScript(AGIRequest request);
void Load();
}
}