Exemplo n.º 1
0
 public Participant findOne(int id)
 {
     return(participantService.findOne(id));
 }