Skip to content

Instantly share code, notes, and snippets.

@marckm
Created October 22, 2012 08:35
Show Gist options
  • Select an option

  • Save marckm/3930351 to your computer and use it in GitHub Desktop.

Select an option

Save marckm/3930351 to your computer and use it in GitHub Desktop.

Revisions

  1. marckm created this gist Oct 22, 2012.
    10 changes: 10 additions & 0 deletions ProductionOrder.cs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    public class ProductionOrder
    {
    public long ID { get; set; }

    public int Number { get; set; }

    public string Reference { get; set; }

    public long TargetQuantity { get; set; }
    }