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