コード例 #1
0
ファイル: Cohort.cs プロジェクト: MartinMalinda/Lojkys
 public void AddMentor(Mentor mentor)
 {
     mentors.Add(mentor);
 }