namespace ProjectLibrary.Repositores; public interface IConnectionString { public string ConnectionString { get; } }