/src/SampleLibrary/ISampleService.cs
C# | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | a89e6388a18682170254aaa972686e1d MD5 | raw file
1namespace SampleLibrary 2{ 3 public interface ISampleService 4 { 5 } 6}
1namespace SampleLibrary 2{ 3 public interface ISampleService 4 { 5 } 6}