完善DDD领域驱动设计

This commit is contained in:
橙子
2023-01-26 21:00:01 +08:00
parent 38d69c9e6f
commit dfefd0452d
16 changed files with 175 additions and 35 deletions

View File

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

View File

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