/src/SampleLibrary/IOC/IInjectionTarget.cs
http://github.com/philiplaureano/LinFu · C# · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 53e8b76d36d9acd00a1fc36e0d48f41b MD5 · raw file
- namespace SampleLibrary
- {
- public interface IInjectionTarget
- {
- void SetValue(object arg1);
- }
- }