BDD.SpecFlow.IoC.Start.Domain.Infrastructure.IoCBootstrapper.Init C# (CSharp) Method

Init() public static method

public static Init ( ) : void
return void
        public static void Init()
        {
            StructureMapConfiguration.AddRegistry(new MovieRegistry());
        }
IoCBootstrapper