public CarroService(OficinaWeb2Context context)
 {
     _context = context;
 }
Beispiel #2
0
 public DepartamentosController(OficinaWeb2Context context)
 {
     _context = context;
 }