/src/SampleLibrary/SampleClass.cs
http://github.com/philiplaureano/LinFu · C# · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · d63d05ec10c02c1980a4598f3897049b MD5 · raw file
- namespace SampleLibrary
- {
- public class SampleClass : ISampleService, ISampleGenericService<int>
- {
- }
- }