1
0
mirror of synced 2024-10-04 22:16:08 +00:00
Tapeti/Default/DefaultRoutingKeyStrategy.cs

7 lines
109 B
C#
Raw Normal View History

namespace Tapeti.Default
{
public class DefaultRoutingKeyStrategy : IRoutingKeyStrategy
{
}
}