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