Beispiel #1
0
 public async Task <Order> SetShippingAddress(OrderDirection direction, string orderID, [FromBody] Address address) =>
 await _command.SetShippingAddress(direction, orderID, address, VerifiedUserContext);