8 lines
120 B
C#
8 lines
120 B
C#
|
|
namespace PARR.JobAutoControl
|
|||
|
|
{
|
|||
|
|
public interface IJobAutoControlManager
|
|||
|
|
{
|
|||
|
|
Task StartAsync();
|
|||
|
|
}
|
|||
|
|
}
|