Files
parr_api/PARR.NextRun/INextRunManager.cs

8 lines
106 B
C#

namespace PARR.NextRun
{
public interface INextRunManager
{
Task StartAsync();
}
}