6 lines
127 B
C#
6 lines
127 B
C#
namespace CatHasPawsContratcs.Infrastructure;
|
|
|
|
public interface IConfigurationDatabase
|
|
{
|
|
string ConnectionString { get; }
|
|
} |