public void Configure()

in generators/app/templates/default/src/Foundation/DependencyInjection/CodeFolderX/Infrastructure/GlassMapperConfigurator.cs [11:15]


        public void Configure(IServiceCollection serviceCollection)
        {
            serviceCollection.AddTransient<ISitecoreContext>(provider => new SitecoreContext());
            serviceCollection.AddTransient<IGlassHtml, GlassHtml>();
        }