Exemple #1
0
 /// <summary>
 /// Notifes the user when an employee have been added.
 /// Subscribes to EmployeeEvent
 /// </summary>
 public void EmployeeAdded()
 {
     employeePublisher.EmployeeAdded(this);
 }