8 lines
119 B
C#
8 lines
119 B
C#
namespace Seyounth.Auto.Hs.Runtime;
|
|
|
|
public interface IHsAutoRuntime
|
|
{
|
|
Task RunAsync();
|
|
|
|
Task StopAsync();
|
|
} |