public InterfaceLogService(IPrcServerInterfaceLogService prcInterfaceLogService)
 {
     _prcInterfaceLogService = prcInterfaceLogService;
 }
示例#2
0
 public KStarFormHandleService(IKStarWorkFlowService kStarWorkFlowService, IKStarFormStorageService kStarFormStorageService, IPrcServerInterfaceLogService bpmInterfaceLogService)
 {
     _kStarWorkFlowService    = kStarWorkFlowService;
     _kStarFormStorageService = kStarFormStorageService;
     _bpmInterfaceLogService  = bpmInterfaceLogService;
 }