AutomatedCaseworker.Workflow.WorkflowBootstrapper.WorkflowBootstrapper C# (CSharp) 메소드

WorkflowBootstrapper() 공개 메소드

public WorkflowBootstrapper ( ContainerBuilder builder ) : System.Collections.Generic
builder Autofac.ContainerBuilder
리턴 System.Collections.Generic
        public WorkflowBootstrapper(ContainerBuilder builder)
        {
            this.builder = builder;
        }
WorkflowBootstrapper