mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update unit test
This commit is contained in:
parent
7aec0fb7e3
commit
c6f329c283
@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user