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