mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-04 00:35:47 +08:00
9 lines
145 B
C#
9 lines
145 B
C#
namespace Yi.BBS.Web
|
|
{
|
|
public class TestAutofac
|
|
{
|
|
[Autowired]
|
|
public TestAutofac2 _testAutofac2 { get; set; }
|
|
}
|
|
}
|