mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update demo
This commit is contained in:
@@ -205,7 +205,7 @@ namespace OrmTest
|
||||
Console.WriteLine("#### Singleton Pattern end ####");
|
||||
}
|
||||
|
||||
static SqlSugarClient singleDb = new SqlSugarClient(
|
||||
static SqlSugarScope singleDb = new SqlSugarScope(
|
||||
new ConnectionConfig()
|
||||
{
|
||||
ConfigId = 1,
|
||||
|
Reference in New Issue
Block a user