public CastBLL()
 {
     aCastGateWay  = new CastGateWay();
     aCast         = new Cast();
     aVotarWateWay = new VotarWateWay();
 }
예제 #2
0
 public VotarBLL()
 {
     aVotarWateWay     = new VotarWateWay();
     aCandidateGateWay = new CandidateGateWay();
 }