Added the ability to perform multiple operations in a continuous series

Tags:

In IOperationService, the method ExecuteContinuousOperation has been added, allowing multiple editing operations to be executed sequentially so that no foreign operations can intervene between them, which could trigger EntityAlreadyInUseException or EntityModifiedException. For more details, see the article on data editing