Beispiel #1
0
        public MotoristaUsuarioUnityOfWork(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
        {
            UsuarioRepository   = new UsuarioRepository(context, mapper);
            MotoristaRepository = new MotoristaRepository(context, mapper);

            _context = context;
            _mapper  = mapper;
        }
Beispiel #2
0
 public ComprarCreditoRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #3
0
 public SolicitacaoRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public PagamentoRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public GerenciadorPagarPassagem(BD_QUERO_TRANSPORTEContext context)
 {
     this._context = context;
 }
Beispiel #6
0
 public PagarPassagemRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public GerenciadorTransacao(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public TransacaoRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #9
0
 public GerenciadorMotorista(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public GerenciadorFrota(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #11
0
 public GerenciadorVeiculo(BD_QUERO_TRANSPORTEContext context)
 {
     this._context = context;
 }
Beispiel #12
0
 public ConsumivelRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public GerenciadorSolicitacao(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #14
0
 public MotoristaRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public GerenciadorViagem(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
 public GerenciadorPagamento(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
 public GerenciadorRota(BD_QUERO_TRANSPORTEContext context)
 {
     this._context = context;
 }
Beispiel #18
0
 public GerenciadorUsuario(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #19
0
 public ViagemRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #20
0
 public GerenciadorComprarCredito(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #21
0
 public RotaRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Beispiel #22
0
 public GerenciadorConsumivelVeicular(BD_QUERO_TRANSPORTEContext context)
 {
     this._context = context;
 }