feat(jobAutoControl): логика управления авто-контролем
This commit is contained in:
7
PARR.JobAutoControl/IJobAutoControlManager.cs
Normal file
7
PARR.JobAutoControl/IJobAutoControlManager.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.JobAutoControl
|
||||
{
|
||||
public interface IJobAutoControlManager
|
||||
{
|
||||
Task StartAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user