Example #1
0
 public virtual Task <int> AutomateAsync(IAutomationRunner Runner)
 {
     return(Runner.Run(this));
 }
Example #2
0
 public RunAutomationsHandler(IUnitOfWorkFactory unitOfWorkFactory, IAutomationRunner automationRunner)
 {
     _unitOfWorkFactory = unitOfWorkFactory;
     _automationRunner  = automationRunner;
 }