Tapeti/Tapeti/Config/IControllerMiddlewareBase.cs

10 lines
257 B
C#

namespace Tapeti.Config
{
/// <summary>
/// Base interface for all controller middleware. Implement at least one of the descendant interfaces to be able to register.
/// </summary>
public interface IControllerMiddlewareBase
{
}
}