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