first commit
This commit is contained in:
7
Services/Interfaces/IMonitorStateService.cs
Normal file
7
Services/Interfaces/IMonitorStateService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace HanaToolbox.Services.Interfaces;
|
||||
|
||||
public interface IMonitorStateService
|
||||
{
|
||||
string? GetState(string key);
|
||||
void SetState(string key, string value);
|
||||
}
|
||||
Reference in New Issue
Block a user