/src/SampleLibrary/IOC/SampleDuckTypeImplementation.cs
C# | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | a0b0b03cbf21e70d06990bccc5c50b1a MD5 | raw file
- namespace SampleLibrary.IOC
- {
- public class SampleDuckTypeImplementation
- {
- public virtual void DoSomething()
- {
- }
- }
- }