Ejemplo n.º 1
0
 public WFInstanceServer(WFContext wFContext, IWFPool iWFPool, IMapper mapper, IWFTemplateServer templateServer, IConditionJudger judger)
 {
     this.wFContext      = wFContext;
     this.iWFPool        = iWFPool;
     this.mapper         = mapper;
     this.templateServer = templateServer;
     this.judger         = judger;
 }
Ejemplo n.º 2
0
 public WFTemplateServer(WFContext wFContext, IWFPool iWFPool, IMapper mapper)
 {
     this.wFContext = wFContext;
     this.iWFPool   = iWFPool;
     this.mapper    = mapper;
 }