You've already forked onecmonitor
mirror of
https://github.com/akpaevj/onecmonitor.git
synced 2026-06-15 21:32:34 +02:00
6 lines
107 B
C#
6 lines
107 B
C#
namespace OneSwiss.Server.Components.Shared;
|
|
|
|
public interface IStateChangeable
|
|
{
|
|
Task UpdateState();
|
|
} |