implemented Label component in Installer for consistency and removed redundant logic

This commit is contained in:
Shaun Walker
2021-05-23 11:17:23 -04:00
parent 3f48c1f8fe
commit 63378e1654
8 changed files with 73 additions and 208 deletions

View File

@ -3,7 +3,5 @@ namespace Oqtane.Interfaces
public interface IDatabaseConfigControl
{
string GetConnectionString();
bool IsInstaller { get; set; }
}
}