public BaseRepositorio(LaunchContexto launchContexto)
 {
     _launchContexto = launchContexto;
 }
Beispiel #2
0
 public CandidatoRepositorio(LaunchContexto launchContexto) : base(launchContexto)
 {
     _launchContexto = launchContexto;
 }
 public VotacaoRepositorio(LaunchContexto launchContexto) : base(launchContexto)
 {
 }