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