Files
Yi.Admin/Yi.Framework.Net6/src/project/bbs/Yi.BBS.Web/TestAutofac.cs
2023-01-26 21:00:01 +08:00

9 lines
145 B
C#

namespace Yi.BBS.Web
{
public class TestAutofac
{
[Autowired]
public TestAutofac2 _testAutofac2 { get; set; }
}
}