/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

  1. namespace SampleLibrary
  2. {
  3. public interface IInjectionTarget
  4. {
  5. void SetValue(object arg1);
  6. }
  7. }