예제 #1
0
 public DerivedClass(Doer doer, IDoSomething anotherDoer) : base(doer, anotherDoer)
 {
 }
예제 #2
0
 public BaseClass(Doer doer, IDoSomething anotherDoer)
 {
 }