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