Example #1
0
 public List <ParticipanteModel> ListarParticipantesModel()
 {
     return(ParticipanteDAO.ListarParticipantes());
 }