Skip to content

Instantly share code, notes, and snippets.

@Seloris
Created November 24, 2021 14:36
Show Gist options
  • Save Seloris/dcaf3324ab521d65d5b394f28c82de79 to your computer and use it in GitHub Desktop.
Save Seloris/dcaf3324ab521d65d5b394f28c82de79 to your computer and use it in GitHub Desktop.
Test Medium
var state = new RequestState
{
AccountId = command.User.AccountId,
CreationDate = DateTime.UtcNow,
StateId = RequestStateEnum.Requested,
Payload = Json.Serialize(serviceModel)
};
request.States.Add(state);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment