Created
October 22, 2012 08:35
-
-
Save marckm/3930351 to your computer and use it in GitHub Desktop.
Revisions
-
marckm created this gist
Oct 22, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; } }