Ejemplo n.º 1
0
 public IEnumerable <VotingDTO> ListVoting()
 {
     return(_votingService.GetAll());
 }