/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
- namespace SampleLibrary
- {
- public interface ISampleService
- {
- void DoSomething();
- }
- }