/src/SampleLibrary/IOC/ISampleWrappedInterface.cs

http://github.com/philiplaureano/LinFu · C# · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 0617c1fcef3933a19505471e188f7945 MD5 · raw file

  1. namespace SampleLibrary.IOC
  2. {
  3. public interface ISampleWrappedInterface
  4. {
  5. void DoSomething();
  6. }
  7. }