Tapeti/IRoutingKeyStrategy.cs

7 lines
77 B
C#
Raw Normal View History

namespace Tapeti
{
public interface IRoutingKeyStrategy
{
}
}