/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

  1. namespace SampleLibrary.IOC.BugFixes
  2. {
  3. public interface IMyService
  4. {
  5. void Foo();
  6. }
  7. }