thinking to automation
This commit is contained in:
parent
3aa7f8586a
commit
d4ae765bb5
3 changed files with 27 additions and 0 deletions
9
Yavsc.Abstract/Workflow/ITaskRunner.cs
Normal file
9
Yavsc.Abstract/Workflow/ITaskRunner.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yavsc.Abstract.Workflow
|
||||
{
|
||||
public interface ITaskRunner
|
||||
{
|
||||
Task Run(string [] args);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue