Skip to content
Discussion options

You must be logged in to vote

Put this in ArticleChanges

[Create]
private void Create(int orderId)
{
    OrderId= orderId;
}

Then in the class you are calling or instantiating ArticleChanges (ShipOrder) put this:

var cmd = DataPortal.Create<ArticleChanges>(orderId);
cmd = DataPortal.Execute(cmd);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Art666OTS
Comment options

Answer selected by Art666OTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants