Add Support for Hub Action Implementation ...

This commit is contained in:
2025-11-16 17:30:15 +03:30
parent 9b3cec02c2
commit 13cd3ed511
4 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace xStringService.Interfaces
{
//
#region Props ...
IHubContext<XStringHub> Hub { get; }
IHubContext<XStringEntityHub> Hub { get; }
IXStringRepository Repository { get; }
XAppConfiguration AppConfiguration { get; }
XDataServiceConfiguration DataConfiguration { get; }