Preparing xPushService ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace xPushService.Interfaces
|
||||
{
|
||||
public interface IXHubContextFactory
|
||||
{
|
||||
IHubContext<THub> Create<THub>() where THub : Hub;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user