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