AutoMoq.Tests.ClassWithFuncDependencies.CallSomething C# (CSharp) Method

CallSomething() public method

public CallSomething ( ) : void
return void
        public void CallSomething()
        {
            dependency.Something();
        }