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

            _context = context;
            _mapper  = mapper;
        }
Example #2
0
 public ComprarCreditoRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #3
0
 public SolicitacaoRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #4
0
 public PagamentoRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #5
0
 public GerenciadorPagarPassagem(BD_QUERO_TRANSPORTEContext context)
 {
     this._context = context;
 }
Example #6
0
 public PagarPassagemRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #7
0
 public GerenciadorTransacao(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #8
0
 public TransacaoRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #9
0
 public GerenciadorMotorista(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #10
0
 public GerenciadorFrota(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #11
0
 public GerenciadorVeiculo(BD_QUERO_TRANSPORTEContext context)
 {
     this._context = context;
 }
Example #12
0
 public ConsumivelRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public GerenciadorSolicitacao(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #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;
 }
Example #18
0
 public GerenciadorUsuario(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #19
0
 public ViagemRepository(BD_QUERO_TRANSPORTEContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #20
0
 public GerenciadorComprarCredito(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #21
0
 public RotaRepository(BD_QUERO_TRANSPORTEContext context)
 {
     _context = context;
 }
Example #22
0
 public GerenciadorConsumivelVeicular(BD_QUERO_TRANSPORTEContext context)
 {
     this._context = context;
 }