using System.Data.SqlClient; namespace DealerSelection.Common.Interfaces.Data; public interface IRepositoryDIAsync { string CxnString { get; } Task OpenCxnAsync(); }