🔄refactor: 删除MVC相关的代码

This commit is contained in:
yubaolee
2025-06-11 20:26:11 +08:00
parent 93326b634b
commit 0b930dc6b4
6 changed files with 0 additions and 98 deletions

View File

@@ -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()