Exemple #1
0
 public bool IsReportee(int id)
 {
     return(Reportees.Contains(id));
 }
 public void AddReportee(Employee reportee)
 {
     Reportees.Add(reportee);
 }