Exemplo n.º 1
0
 public CandidateBLL()
 {
     aCandidateGateWay = new CandidateGateWay();
 }
Exemplo n.º 2
0
 public VotarBLL()
 {
     aVotarWateWay     = new VotarWateWay();
     aCandidateGateWay = new CandidateGateWay();
 }