/src/SampleLibrary/IOC/BugFixes/IMyService.cs
http://github.com/philiplaureano/LinFu · C# · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 9e8756112b380b55cf02bfc7ccbe86ec MD5 · raw file
- namespace SampleLibrary.IOC.BugFixes
- {
- public interface IMyService
- {
- void Foo();
- }
- }