Exemple #1
0
 /// <summary>
 /// Add a new 岗位员工 in the collection
 /// </summary>
 /// <pdGenerated>Default Add</pdGenerated>
 public void Add岗位员工(岗位员工 new岗位员工)
 {
     if (new岗位员工 == null)
      return;
       if (this.岗位员工 == null)
      this.岗位员工 = new System.Collections.Generic.List<岗位员工>();
       if (!this.岗位员工.Contains(new岗位员工))
      this.岗位员工.Add(new岗位员工);
 }
Exemple #2
0
 /// <summary>
 /// Remove an existing 岗位员工 from the collection
 /// </summary>
 /// <pdGenerated>Default Remove</pdGenerated>
 public void Remove岗位员工(岗位员工 old岗位员工)
 {
     if (old岗位员工 == null)
      return;
       if (this.岗位员工 != null)
      if (this.岗位员工.Contains(old岗位员工))
         this.岗位员工.Remove(old岗位员工);
 }