FalconExtend/Falcon.DI.Test/RegisterToSelf.cs

12 lines
171 B
C#
Raw Permalink Normal View History

2019-08-26 09:23:35 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace Falcon.DI.Test
{
[FalconDIRegister]
class RegisterToSelf
{
}
}