Created
November 24, 2021 14:36
-
-
Save Seloris/dcaf3324ab521d65d5b394f28c82de79 to your computer and use it in GitHub Desktop.
Test Medium
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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