using System.Data; namespace Femto.Common.Infrastructure.DbConnection; public interface IDbConnectionFactory { IDbConnection GetConnection(); }