Ejemplo n.º 1
0
 public VotacionController(IVotacionService votacion)
 {
     _votacion = votacion;
 }
Ejemplo n.º 2
0
 public VotacionesController(IVotacionService votacionService, IMapper mapper)
 {
     _votoService = votacionService;
     _mapper      = mapper;
 }