using System.Data; namespace ServerLib.RDB.Database; public interface IDbConnectionFactory { public IDbConnection CreateConnection(); }