public CastBLL() { aCastGateWay = new CastGateWay(); aCast = new Cast(); aVotarWateWay = new VotarWateWay(); }
public VotarBLL() { aVotarWateWay = new VotarWateWay(); aCandidateGateWay = new CandidateGateWay(); }