Add XML documentation across gateway, worker, and .NET client
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
namespace MxGateway.Server.Sessions;
|
||||
|
||||
/// <summary>Service collection extensions for session management.</summary>
|
||||
public static class SessionServiceCollectionExtensions
|
||||
{
|
||||
/// <summary>Registers gateway session registry, manager, and factory services.</summary>
|
||||
/// <param name="services">Service collection to register services in.</param>
|
||||
/// <returns>The service collection for chaining.</returns>
|
||||
public static IServiceCollection AddGatewaySessions(this IServiceCollection services)
|
||||
{
|
||||
services.AddSingleton<ISessionRegistry, SessionRegistry>();
|
||||
|
||||
Reference in New Issue
Block a user