Skip to content

Instantly share code, notes, and snippets.

@eulerfx
Created April 26, 2012 03:57
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 eulerfx/2495699 to your computer and use it in GitHub Desktop.
Save eulerfx/2495699 to your computer and use it in GitHub Desktop.
OrderReadModel
public OrderReadModel
{
public string Id { get; private set; }
public string OrderNumber { get; private set; }
public DateTime Date { get; private set; }
public decimal Total { get; private set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment