1
0
mirror of synced 2024-07-04 17:30:36 +00:00
Tapeti/Default/DefaultRoutingKeyStrategy.cs

7 lines
109 B
C#
Raw Normal View History

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