BoC.Persistence.SitecoreGlass.DefaultSetupTasks.ContainerRegistrations.Execute C# (CSharp) 메소드

Execute() 공개 메소드

public Execute ( ) : void
리턴 void
        public void Execute()
        {
            _resolver.RegisterSingleton<IPerformanceProfiler, SitecorePerformanceProfiler>();
        }
ContainerRegistrations