예제 #1
0
 public Participante Autentificiar(Participante participante)
 {
     return(udao.Autentificar(participante));
 }