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