コード例 #1
0
 public VotacionBusiness(IVotacionRepository votacionRepository)
 {
     _votacionRepository = votacionRepository;
 }
コード例 #2
0
 public VotacionService(IVotacionRepository votacionRepository, IUnitOfWork unitOfWork)
 {
     _votoRepo   = votacionRepository;
     _unitOfWork = unitOfWork;
 }