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