BDD.SpecFlow.IoC.Start.Domain.Infrastructure.IoCBootstrapper.Init C# (CSharp) Méthode

Init() public static méthode

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