/src/SampleLibrary/SampleClass.cs

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

  1. namespace SampleLibrary
  2. {
  3. public class SampleClass : ISampleService, ISampleGenericService<int>
  4. {
  5. }
  6. }