using System.Data.SqlClient; namespace ProjectGSM.Repositories { public interface IConnectionString { string ConnectionString { get; } } }