public UnitOfWork(MeliDbContext context) { this.context = context; }
public VehicleRepository(MeliDbContext context) { this.context = context; }