7 lines
77 B
C#
7 lines
77 B
C#
|
namespace Tapeti
|
|||
|
{
|
|||
|
public interface IRoutingKeyStrategy
|
|||
|
{
|
|||
|
}
|
|||
|
}
|