7 lines
126 B
C#

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