예제 #1
0
 public ProcessController(IProc_Type procType, IOT_WorkflowTemplateDraftService workflowTemplateDraftService, IOT_BizObjectSchemaDraftService bizObjectSchemaDraftService, IOT_BizObjectSchemaService bizObjectSchemaService, IOT_WorkflowTemplateService workflowTemplateService)
 {
     this._procType = procType;
     this._workflowTemplateDraftService = workflowTemplateDraftService;
     this._workflowTemplateService      = workflowTemplateService;
     this._bizObjectSchemaDraftService  = bizObjectSchemaDraftService;
     this._bizObjectSchemaService       = bizObjectSchemaService;
 }
 public DataDictionaryWS(IProc_NodeService procNode, IProc_Type procType, IOT_WorkflowTemplateDraftService workflowTemplateDraftService, IOT_BizObjectSchemaDraftService bizObjectSchemaDraftService, IOT_BizObjectSchemaService bizObjectSchemaService, IOT_WorkflowTemplateService workflowTemplateService)
 {
     this._procNode = procNode;
     this._procType = procType;
     this._workflowTemplateDraftService = workflowTemplateDraftService;
     this._workflowTemplateService      = workflowTemplateService;
     this._bizObjectSchemaDraftService  = bizObjectSchemaDraftService;
     this._bizObjectSchemaService       = bizObjectSchemaService;
 }
예제 #3
0
 public BackGroundController(IAdminMenuService adminMenuService, IZD_SyncTaskConfigService zD_SyncTaskConfigService, IOT_WorkflowTemplateDraftService workflowTemplateDraftService)
 {
     this._adminMenuService             = adminMenuService;
     this._zD_SyncTaskConfigService     = zD_SyncTaskConfigService;
     this._workflowTemplateDraftService = workflowTemplateDraftService;
 }