This commit is contained in:
sunkaixuan
2019-04-04 22:15:09 +08:00
parent d0a4c35084
commit 3a819c2416

View File

@@ -32,10 +32,7 @@ namespace OrmTest.Demo
db.Queryable<School>().AddQueue();
db.Queryable<School>().AddQueue();
var result2 = db.SaveQueues<Student, School, School>();
result6.Wait();
}
}
}