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