SampleLibrary.IOC.SampleClassWithInjectionProperties.DoSomething C# (CSharp) Метод

DoSomething() публичный Метод

public DoSomething ( ) : void
Результат void
        public void DoSomething()
        {
            throw new NotImplementedException();
        }
SampleClassWithInjectionProperties