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