7 lines
135 B
C#
7 lines
135 B
C#
namespace SmallSoftwareContracts.Infrastructure;
|
|
|
|
public interface IConfigurationDatabase
|
|
{
|
|
string ConnectionString { get; }
|
|
}
|