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