Exemple #1
0
 /// <summary>
 /// Notifies a user when an employee have been removed.
 /// Subscribes to EmployeeEvent
 /// </summary>
 public void EmployeeDeleted()
 {
     employeePublisher.EmployeeDeleted(this);
 }