Пример #1
0
 public virtual void AssignManager(Employee_Before manager)
 {
     // Simulate doing other tasks here - otherwise, this should be a property set statement, not a method.
     Manager = manager;
 }
Пример #2
0
 public override void AssignManager(Employee_Before manager)
 {
     throw new InvalidOperationException("The CEO has no manager.");
 }