mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Add ITeant.CopyNew()
This commit is contained in:
@@ -9,6 +9,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public interface ITenant
|
public interface ITenant
|
||||||
{
|
{
|
||||||
|
SqlSugarClient CopyNew();
|
||||||
string[] GetCurrentConfigIds();
|
string[] GetCurrentConfigIds();
|
||||||
void BeginTran();
|
void BeginTran();
|
||||||
void BeginTran(IsolationLevel iso);
|
void BeginTran(IsolationLevel iso);
|
||||||
|
Reference in New Issue
Block a user