Created
October 22, 2012 08:35
-
-
Save marckm/3930351 to your computer and use it in GitHub Desktop.
A simple ProductionOrder
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 characters
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