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 { //