From 92ecffc9355768662e8498479ae12bc0e2371108 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Wed, 29 Jul 2026 00:15:28 +0330 Subject: [PATCH] last ... --- DI/XDIHelperExtension.cs | 2 ++ Helpers/XPushServiceHelper.cs | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DI/XDIHelperExtension.cs b/DI/XDIHelperExtension.cs index b0fe593..6dd755f 100644 --- a/DI/XDIHelperExtension.cs +++ b/DI/XDIHelperExtension.cs @@ -61,6 +61,7 @@ namespace xPushService.DI /// /// /// + /// public static void AddXPushService( this IServiceCollection services, IConfiguration config, @@ -80,6 +81,7 @@ namespace xPushService.DI /// /// /// + /// public static void AddXPushService( this IServiceCollection services, XPushServiceConfiguration config, diff --git a/Helpers/XPushServiceHelper.cs b/Helpers/XPushServiceHelper.cs index 7b2d17a..5417da2 100644 --- a/Helpers/XPushServiceHelper.cs +++ b/Helpers/XPushServiceHelper.cs @@ -10,14 +10,13 @@ namespace xPushService.Helpers { /// /// a collection of Hubs for Registring ... /// - /// /// private List hubs = new List (); /// /// add specified hub to provided hubs for registration ... /// - /// + /// /// public void AddHub (string route) where TXHub : XBaseHub { //