mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-07 17:41:28 +08:00
🔄refactor: 删除MVC相关的代码
This commit is contained in:
@@ -9,16 +9,6 @@ namespace OpenAuth.App.Test
|
||||
class TestDbExtension :TestBase
|
||||
{
|
||||
private ILog log = LogManager.GetLogger(typeof(TestDbExtension));
|
||||
|
||||
[Test]
|
||||
public void TestGetProperties()
|
||||
{
|
||||
|
||||
var app = _autofacServiceProvider.GetService<DbExtension>();
|
||||
|
||||
var result = app.GetTableColumnsFromDb("Category");
|
||||
Console.WriteLine(JsonHelper.Instance.Serialize(result));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestGetTables()
|
||||
|
||||
Reference in New Issue
Block a user