Ejemplo n.º 1
0
 public IEnumerable <Participante> GetAllParticipantes(int idEqpo)
 {
     return(equiporepository.GetAllParticipantes(idEqpo));
 }