AutomatedCaseworker.Workflow.WorkflowBootstrapper.WorkflowBootstrapper C# (CSharp) Method

WorkflowBootstrapper() public method

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