Example #1
0
 public Company(EmployeeComponent root, IOutput output)
 {
     _root   = root;
     _output = output;
 }