using GerstITS.Examples.WebClients.Examples.Api.Configurations; using Microsoft.Extensions.DependencyInjection; namespace GerstITS.Examples.WebClients.Examples.Api { public sealed partial class Module { #region Methods private static void RegisterConfigurations(IServiceCollection container) { container.AddSingleton(); } #endregion } }