Ejemplo n.º 1
0
 public VotacionBusiness(IVotacionRepository votacionRepository)
 {
     _votacionRepository = votacionRepository;
 }
Ejemplo n.º 2
0
 public VotacionService(IVotacionRepository votacionRepository, IUnitOfWork unitOfWork)
 {
     _votoRepo   = votacionRepository;
     _unitOfWork = unitOfWork;
 }