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