Skip to content

Instantly share code, notes, and snippets.

@marckm
Created October 22, 2012 08:35
Show Gist options
  • Save marckm/3930351 to your computer and use it in GitHub Desktop.
Save marckm/3930351 to your computer and use it in GitHub Desktop.
A simple ProductionOrder
public class ProductionOrder
{
public long ID { get; set; }
public int Number { get; set; }
public string Reference { get; set; }
public long TargetQuantity { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment