/src/SampleLibrary/ISampleService.cs

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

  1. namespace SampleLibrary
  2. {
  3. public interface ISampleService
  4. {
  5. }
  6. }