Esempio n. 1
0
 public BranchService(IBranchConstructor branchConstructor)
 {
     _branchConstructor = branchConstructor;
 }
Esempio n. 2
0
 public TreeService(IBranchService branchService, IBranchConstructor branchConstructor)
 {
     _branchService     = branchService;
     _branchConstructor = branchConstructor;
 }