Aperea.Infrastructure.IoC.RegistryForWebApi.RegistryForWebApi C# (CSharp) Метод

RegistryForWebApi() публичный Метод

public RegistryForWebApi ( ) : StructureMap
Результат StructureMap
        public RegistryForWebApi()
        {
            Scan(s =>
            {
                s.AssembliesForApplication();
                s.With(new WebApiControllerRegistrationConvention());
            });
        }
RegistryForWebApi