mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-14 18:54:32 +00:00
8 lines
126 B
C#
8 lines
126 B
C#
namespace Oqtane.Interfaces
|
|
{
|
|
public interface IDatabaseConfigControl
|
|
{
|
|
string GetConnectionString();
|
|
}
|
|
}
|