using System.Data; namespace AipDatabase.AIP.Service.Infrastructures { public interface IDatabaseFactory { IDbConnection GetDbConnection(); } }