Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created September 9, 2020 21:14
Embed
What would you like to do?
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