mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-20 23:19:36 +08:00
7 lines
160 B
C#
7 lines
160 B
C#
using MongoDbTest;
|
|
//MongoDb还在开发中预计5月30号前可以使用
|
|
OrmTest.Init();
|
|
AdoTest.Init();
|
|
ExpTest.Init();
|
|
Console.WriteLine("执行完成");
|