6 lines
126 B
C#
6 lines
126 B
C#
|
namespace Mirea.Api.Endpoint.Configuration.General.Interfaces;
|
|||
|
|
|||
|
public interface IIsConfigured
|
|||
|
{
|
|||
|
bool IsConfigured();
|
|||
|
}
|