コード例 #1
0
 public BaseRepositorio(LaunchContexto launchContexto)
 {
     _launchContexto = launchContexto;
 }
コード例 #2
0
 public CandidatoRepositorio(LaunchContexto launchContexto) : base(launchContexto)
 {
     _launchContexto = launchContexto;
 }
コード例 #3
0
 public VotacaoRepositorio(LaunchContexto launchContexto) : base(launchContexto)
 {
 }