Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created September 9, 2020 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/db684422a9953132a260540c7fcc074f to your computer and use it in GitHub Desktop.
Save dcomartin/db684422a9953132a260540c7fcc074f to your computer and use it in GitHub Desktop.
namespace Sales.Contracts
{
public class OrderPlaced
{
public Guid OrderId { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment