Initial commit
This commit is contained in:
14
PartSource.Automation/Jobs/Interfaces/IAutomationJob.cs
Normal file
14
PartSource.Automation/Jobs/Interfaces/IAutomationJob.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using PartSource.Automation.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PartSource.Automation.Jobs.Interfaces
|
||||
{
|
||||
public interface IAutomationJob
|
||||
{
|
||||
Task<AutomationJobResult> Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user