namespace PlanTempus.Database.Core { public interface IDbConfigure { void With(T command); } }