Storageable BUG

This commit is contained in:
skx
2021-02-04 16:26:36 +08:00
parent 00c05aa393
commit 7ccee2cc9e
6 changed files with 212 additions and 3 deletions

View File

@@ -31,15 +31,16 @@ namespace OrmTest
}
public static void Init()
{
Insert();
CodeFirst();
Updateable();
Json();
Ado();
Queryable();
QueryableAsync();
Thread();
Thread2();
Thread3();
//Thread();
//Thread2();
//Thread3();
}
}
}