Files
Yi.Admin/Yi.Framework.Net6/src/project/bbs/Yi.BBS.Web/TestAutofac.cs

9 lines
145 B
C#
Raw Normal View History

2023-01-26 21:00:01 +08:00
namespace Yi.BBS.Web
{
public class TestAutofac
{
[Autowired]
public TestAutofac2 _testAutofac2 { get; set; }
}
}