Exemplo n.º 1
0
 public string IngresarParticipante(Participante value)
 {
     return(ParticipanteDAO.Ingresar(value));
 }