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