BudgetAnalyser.CompositionRoot.AllLocalNonAutomaticRegistrations C# (CSharp) Method

AllLocalNonAutomaticRegistrations() private method

private AllLocalNonAutomaticRegistrations ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void
        private static void AllLocalNonAutomaticRegistrations(ContainerBuilder builder)
        {
            // Register any special mappings that have not been registered with automatic mappings.
            // Explicit object creation below is necessary to correctly register with IoC container.
        }