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