public void AddMentor(Mentor mentor)
 {
     Mentors.Add(mentor);
 }
示例#2
0
 internal void AddMentor(Mentor mentor)
 {
     mentors.Add(mentor);
 }