Skip to content

Instantly share code, notes, and snippets.

@DannyRusnok
Created December 1, 2019 10:08
Show Gist options
  • Save DannyRusnok/f2dc806e943745a1c9ddfa80c035eb1a to your computer and use it in GitHub Desktop.
Save DannyRusnok/f2dc806e943745a1c9ddfa80c035eb1a to your computer and use it in GitHub Desktop.
public class TransactionGate{
...
var orderItems = GetOrderItems();
foreach(var orderItem in orderItems)
{
transactionBundle.Add(orderItem);
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment