Example #1
0
 public CandidateBLL()
 {
     aCandidateGateWay = new CandidateGateWay();
 }
Example #2
0
 public VotarBLL()
 {
     aVotarWateWay     = new VotarWateWay();
     aCandidateGateWay = new CandidateGateWay();
 }