mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update unit test
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OrmTest
|
||||
}).ExecuteCommand();
|
||||
Db.DeleteNav<School>(s => s.Id.Equals(1))
|
||||
.Include(s => s.Grades).ExecuteCommandAsync().GetAwaiter().GetResult();
|
||||
Console.ReadLine();
|
||||
//Console.ReadLine();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user