refactor: code restructuring
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
namespace Mirea.Api.Endpoint.Configuration.ConfigurationChecks.Interfaces;
|
||||
|
||||
public interface IIsConfigured
|
||||
{
|
||||
bool IsConfigured();
|
||||
}
|
Reference in New Issue
Block a user