Files
parr_api/PARR.Master/IMaster.cs
2023-10-24 12:14:22 +10:00

8 lines
97 B
C#

namespace PARR.Master
{
public interface IMaster
{
Task StartAsync();
}
}