/src/SampleLibrary/IOC/ISampleInterceptedInterface.cs

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

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