public Employee(ISsn ssn, IManagerOf managerOf) { _ssn = ssn; _managerOf = managerOf; }
public Employee(ISsn ssn) { _ssn = ssn; }