Add Support for Hub Action Implementation ...
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using xPushService.Base;
|
||||
using xStringService.Models.Entities;
|
||||
|
||||
namespace xStringService.Hubs
|
||||
{
|
||||
public class XStringEntityHub : XBaseEntityHub<XString, int>
|
||||
{
|
||||
//
|
||||
#region Constructor ...
|
||||
public XStringEntityHub(ILogger<XBaseHub> logger) : base(logger)
|
||||
{ }
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user