Skip to content

Instantly share code, notes, and snippets.

@dimitris-papadimitriou-chr
Last active May 4, 2021 03:20
Show Gist options
  • Save dimitris-papadimitriou-chr/52da8a37f435921efed17a93b1c9f78b to your computer and use it in GitHub Desktop.
Save dimitris-papadimitriou-chr/52da8a37f435921efed17a93b1c9f78b to your computer and use it in GitHub Desktop.
r4rfrff
public class Printer
{
public (int orderPlacementId, int orderStatus) PrintOrderDetails(
(int OrderNum, string ProductName) command)
{
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment