Files
PIbd-24_Ivleev_D.A._TwoFrom…/TwoFromTheCaseProject/TwoFromTheCaseContracts/Infrastructure/IConfigurationDatabase.cs
2025-03-13 10:17:31 +04:00

7 lines
135 B
C#

namespace TwoFromTheCaseContracts.Infrastructure;
public interface IConfigurationDatabase
{
string ConnectionString { get; }
}