init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Kreta.Core.MessageBroker;
|
||||
|
||||
namespace Kreta.MessageBroker.ClientFactory
|
||||
{
|
||||
internal interface IJsonMessageClientFactory<T> : IMessageClientFactory<T> where T : class
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user