optimization

This commit is contained in:
sunkaixuan
2019-01-20 01:44:48 +08:00
parent 26178ae7b5
commit 6fc9181ecf
2 changed files with 39 additions and 23 deletions

View File

@@ -67,6 +67,8 @@ namespace OrmTest.UnitTest
{
throw new Exception("DataTest Error");
}
db.Insertable(new DataTestInfo2() { }).ExecuteCommand();
}
}
}