コード例 #1
0
 public void AddParticipant(Participant p)
 {
     _repository.AddItem(p);
 }