This commit is contained in:
sunkaixuan
2017-05-18 13:29:31 +08:00
parent 78849cff31
commit 7c0d982e07

View File

@@ -117,7 +117,7 @@ namespace OrmTest.UnitTest
public SqlSugarClient GetInstance()
{
SqlSugarClient db = new SqlSugarClient(new SystemTablesConfig() { ConnectionString = Config.ConnectionString, DbType = DbType.SqlServer });
return db;
return db;
}
}
}