Currently, I am working on a project using Durandal. In order to retrieve and save data, I am using Breeze. However, I am facing an issue where I need to send additional parameters to the server when saving, such as the user who is saving the entity. The saveChanges function of Breeze only accepts one parameter - an entities array for saving.
Is there a workaround for this situation?