mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update demo
This commit is contained in:
@@ -40,7 +40,6 @@ namespace OrmTest
|
||||
NewUnitTest.RestData();
|
||||
|
||||
Console.WriteLine("all successfully.");
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -64,7 +64,6 @@ namespace OrmTest
|
||||
.Select(o => new User2() { Id = o.Id, Name = o.Name })
|
||||
.ToPageListAsync(1, 10, recordCount);
|
||||
|
||||
Console.ReadLine();
|
||||
}
|
||||
public static void DataBaseInitialize()
|
||||
{
|
||||
|
Reference in New Issue
Block a user