UnitOfWorkUpsert constructor

UnitOfWorkUpsert(
  1. List<Operation> operations,
  2. OpResultIdGenerator opResultIdGenerator
)

Implementation

UnitOfWorkUpsert(this.operations, this.opResultIdGenerator);