Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created April 10, 2025 18:41
Show Gist options
  • Save dcomartin/74b0e192ac4a0658e0730e91084968fd to your computer and use it in GitHub Desktop.
Save dcomartin/74b0e192ac4a0658e0730e91084968fd to your computer and use it in GitHub Desktop.
public class PlaceOrder
{
public Order Process()
{
return new Order(DateTime.UtcNow, 100);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment