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