8 lines
142 B
C#
8 lines
142 B
C#
namespace Oqtane.Infrastructure
|
|
{
|
|
public interface IServerStateManager
|
|
{
|
|
ServerState GetServerState(string siteKey);
|
|
}
|
|
}
|