7 lines
122 B
C#

namespace GasStation.Repositories;
public interface IConnectionString
{
public string ConnectionString { get; }
}