示例#1
0
 public BatchExecutionController(IBatchRunUIService batchRunUIService)
 {
     _batchRunUIService = batchRunUIService;
 }
示例#2
0
 public UpdateBatchRun(IBatchRunUIService batchRunUIService)
 {
     _batchRunUIService = batchRunUIService;
 }
示例#3
0
 public BatchRunController(IBatchRunUIService batchRunUIService)
 {
     _batchRunUIService = batchRunUIService;
 }