mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update demo
This commit is contained in:
parent
30b0976ebf
commit
eecb2c8340
@ -206,7 +206,7 @@ namespace OrmTest
|
|||||||
Console.WriteLine("#### Singleton Pattern end ####");
|
Console.WriteLine("#### Singleton Pattern end ####");
|
||||||
}
|
}
|
||||||
|
|
||||||
static SqlSugarClient singleDb = new SqlSugarClient(
|
static SqlSugarScope singleDb = new SqlSugarScope(
|
||||||
new ConnectionConfig()
|
new ConnectionConfig()
|
||||||
{
|
{
|
||||||
ConfigId = 1,
|
ConfigId = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user