Files
parr_api/PARR.Master/IMaster.cs

8 lines
97 B
C#
Raw Normal View History

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