示例#1
0
 public List <Participant> MakeParticipantRegNo(int id)
 {
     return(_participantRepository.MakeParticipantRegNo(id));
 }