public Cancela() { vaga = new Estacionamento(); bcg = new BarCodeGeneratorTM(); estacionamento = new InteracaoEstacionamentoComCFG(); clock = new GeradorDeDataTM(); }
public InteracaoEstacionamentoComCFG() { estDAO = new EstacionamentoDAOImpl(); cfgDAO = new CfgDAOImpl(); geradorCod = new BarCodeGeneratorTM(); clock = new GeradorDeDataTM(); }
public CancelaSaida() { calc = new CalculadorDePrecos(); est = new EstacionamentoDAOImpl(); datador = new GeradorDeDataTM(); estcfg = new InteracaoEstacionamentoComCFG(); im = new IntercaoMotivos(); }
public CalculadorDePrecos() { estDAO = new EstacionamentoDAOImpl(); clock = new GeradorDeDataTM(); cfg = new CfgDAOImpl(); intcfg = new InteracaoEstacionamentoComCFG(); horaEncerramento = cfg.GetConfiguracao().horaEncerrameto.Hour; horaAbertura = cfg.GetConfiguracao().horaAbertura.Hour; }
public Guiche() { im = new IntercaoMotivos(); cfg = new InteracaoEstacionamentoComCFG(); cp = new CalculadorDePrecos(); bcg = new BarCodeGeneratorTM(); clock = new GeradorDeDataTM(); yareYare = new InteracaoUsuarioEstacionamento(); ticketEmitir = new Estacionamento(); estDAO = new EstacionamentoDAOImpl(); }
public Facade() { intCfg = new InteracaoEstacionamentoComCFG(); intUser = new InteracaoUsuarioEstacionamento(); calcP = new CalculadorDePrecos(); cancela = new Cancela(); cancSaida = new CancelaSaida(); bcg = new BarCodeGeneratorTM(); clock = new GeradorDeDataTM(); guiche = new Guiche(); }