public SeedingService(AkiVeiculosContext context)
 {
     _context = context;
 }
Example #2
0
 public AnuncioService(AkiVeiculosContext context)
 {
     _context = context;
 }
Example #3
0
 public MarcaService(AkiVeiculosContext context)
 {
     _context = context;
 }
Example #4
0
 public ModeloService(AkiVeiculosContext context)
 {
     _context = context;
 }