Exemplo n.º 1
0
 public EnderecoRepository(ContextGDCars context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public CorVeiculoRepository(ContextGDCars context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public PerfomanceRepository(ContextGDCars context)
     : base(context)
 {
 }
Exemplo n.º 4
0
 public RodaRepository(ContextGDCars context)
     : base(context)
 {
 }
 public FormaPagamentoRepository(ContextGDCars context)
     : base(context)
 {
 }
Exemplo n.º 6
0
 public RepositoryBase(ContextGDCars context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public BancoRepository(ContextGDCars context)
     : base(context)
 {
 }
 public ClienteRepository(ContextGDCars context)
     : base(context)
 {
 }
Exemplo n.º 9
0
 public LoginRepository(ContextGDCars context)
     : base(context)
 {
 }