/// <summary> /// TestMethodWithOneParam1 /// </summary> /// <param name="param1">ITestInterface3</param> public void TestMethodWithOneParam1(ITestInterface3 param1) { throw new NotImplementedException(); }
public TestInterfaceImpl(ITestInterface2 t2, ITestInterface3 t3) { Test2 = t2; }