Falcon.Di/Falcon.DI.Test/RegisterToSelf.cs
2019-12-27 11:39:10 +08:00

12 lines
178 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Falcon.DI.Test
{
[FalconDIRegister]
public class RegisterToSelf
{
}
}