9 lines
177 B
C#
9 lines
177 B
C#
using SquirrelContract.Infastructure;
|
|
|
|
namespace SquirrelDatabase;
|
|
|
|
class DefaultConfigurationDatabase : IConfigurationDatabase
|
|
{
|
|
public string ConnectionString => "";
|
|
}
|