예제 #1
0
 public ServicoDeGestaoDeCaraters(IServicoExternoDePersistenciaViaEntityFramework servicoExternoDePersistencia, IServicoDeGeracaoDeHashSha servicoDeGeracaoDeHashSha, IServicoExternoDeArmazenamentoEmNuvem servicoExternoDeArmazenamentoEmNuvem,
                                  IServicoDeGestaoDeVeiculos servicoDeGestaoDeVeiculos, IServicoDeBuscaDeVeiculo servicoDeBuscaDeVeiculos, IServicoDeGestaDeCameras servicoDeGestaoDeCameras)
 {
     this._servicoExternoDePersistencia         = servicoExternoDePersistencia;
     this._servicoDeGeracaoDeHashSha            = servicoDeGeracaoDeHashSha;
     this._servicoExternoDeArmazenamentoEmNuvem = servicoExternoDeArmazenamentoEmNuvem;
     this._servicoDeGestaoDeVeiculos            = servicoDeGestaoDeVeiculos;
     this._servicoDeBuscaDeVeiculos             = servicoDeBuscaDeVeiculos;
     this._servicoDeGestaoDeCameras             = servicoDeGestaoDeCameras;
 }
 public ServicoDeGestaoDeHistoricoDePassagens(IServicoExternoDePersistenciaViaEntityFramework servicoExternoDePersistencia,
                                              IServicoDeGestaDeCameras servicoDeGestaoDeCameras)
 {
     this._servicoExternoDePersistencia = servicoExternoDePersistencia;
     this._servicoDeGestaoDeCameras     = servicoDeGestaoDeCameras;
 }
예제 #3
0
 public CameraController(IServicoDeGestaoDeCidades servicoDeGestaoDeCidades, IServicoDeGestaDeCameras servicoDeGestaoDeCameras)
 {
     this._servicoDeGestaoDeCidades = servicoDeGestaoDeCidades;
     this._servicoDeGestaoDeCameras = servicoDeGestaoDeCameras;
 }