/src/SampleLibrary/IOC/ISampleService.cs

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

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