namespace TaxBaik.Domain.Interfaces; using System.Data; public interface IDbConnectionFactory { IDbConnection CreateConnection(); }