8 lines
126 B
C#
8 lines
126 B
C#
namespace Oqtane.Interfaces
|
|
{
|
|
public interface IDatabaseConfigControl
|
|
{
|
|
string GetConnectionString();
|
|
}
|
|
}
|