Beispiel #1
0
 public string ActualizarParticipante(Participante value)
 {
     return(ParticipanteDAO.Actualizar(value));
 }