Ejemplo n.º 1
0
 public Participante Autentificiar(Participante participante)
 {
     return(udao.Autentificar(participante));
 }