BoDi.Tests.SubContainerTests.DelegatingInterfce1.DelegatingInterfce1 C# (CSharp) Method

DelegatingInterfce1() public method

public DelegatingInterfce1 ( IParentInterface parentInterface ) : System
parentInterface IParentInterface
return System
            public DelegatingInterfce1(IParentInterface parentInterface)
            {
            }
SubContainerTests.DelegatingInterfce1