BeiDream.Web.Api.Dependency.ApiBootstrapper.ApiBootstrapper C# (CSharp) 메소드

ApiBootstrapper() 공개 메소드

public ApiBootstrapper ( IIocManager iocManager ) : System.Web.Http
iocManager IIocManager
리턴 System.Web.Http
        public ApiBootstrapper(IIocManager iocManager)
        {
            IocManager = iocManager;
        }