using System.Data; namespace Ant.Infrastructure { public interface IDbConnectionFactory { IDbConnection CreateConnection(); } }