using PlanTempus.Core.Sql.ConnectionFactory; namespace PlanTempus.Database.Core { public interface IDbConfigure { void With(T command, ConnectionStringParameters parameters = null); } }