namespace Oqtane.Interfaces { public interface IDatabaseConfigControl { string GetConnectionString(); } }