/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
- namespace SampleLibrary.IOC
- {
- public interface ISampleInterceptedInterface
- {
- void DoSomething();
- }
- }