thinking to automation
This commit is contained in:
parent
3aa7f8586a
commit
d4ae765bb5
3 changed files with 27 additions and 0 deletions
8
Yavsc.Abstract/Workflow/ITaskRunnerProvider.cs
Normal file
8
Yavsc.Abstract/Workflow/ITaskRunnerProvider.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Yavsc.Abstract.Workflow
|
||||
{
|
||||
public interface ITaskRunnerProvider
|
||||
{
|
||||
ITaskRunner FindRunner(string runnerName);
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue