7 lines
121 B
C#
7 lines
121 B
C#
namespace PlanTempus.Database.Core
|
|
{
|
|
public interface IDbConfigure<T>
|
|
{
|
|
void With(T command);
|
|
}
|
|
}
|