添加bbs模块

This commit is contained in:
橙子
2023-01-29 20:56:11 +08:00
parent b4633efcba
commit d6565bd2d9
11 changed files with 90 additions and 19 deletions

View File

@@ -1,8 +0,0 @@
namespace Yi.BBS.Web
{
public class TestAutofac
{
[Autowired]
public TestAutofac2 _testAutofac2 { get; set; }
}
}

View File

@@ -1,6 +0,0 @@
namespace Yi.BBS.Web
{
public class TestAutofac2
{
}
}