コード例 #1
0
 public virtual Task <int> AutomateAsync(IAutomationRunner Runner)
 {
     return(Runner.Run(this));
 }
コード例 #2
0
ファイル: RunAutomationsHandler.cs プロジェクト: montr/montr
 public RunAutomationsHandler(IUnitOfWorkFactory unitOfWorkFactory, IAutomationRunner automationRunner)
 {
     _unitOfWorkFactory = unitOfWorkFactory;
     _automationRunner  = automationRunner;
 }