1
0
mirror of synced 2024-07-03 09:00:36 +00:00
Tapeti/IRoutingKeyStrategy.cs
2016-11-17 09:05:39 +01:00

7 lines
77 B
C#

namespace Tapeti
{
public interface IRoutingKeyStrategy
{
}
}