public InterfacedDependencyController(ISupportDependencyServiceA rootCompositeWithA, ISupportDependencyServiceB rootCompositeWithB) { this.rootCompositeWithA = rootCompositeWithA; this.rootCompositeWithB = rootCompositeWithB; }
public InterfacedAndDirectDependencyController(ISupportDependencyServiceA rootCompositeWithA, ISupportDependencyServiceB rootCompositeWithB, CompositeMasterService compositeMasterService) { this.rootCompositeWithA = rootCompositeWithA; this.rootCompositeWithB = rootCompositeWithB; this.compositeMasterService = compositeMasterService; }