Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public class Order{
  2. public int IdOrder;
  3. public String CustomerKey;
  4. public String ProductKey;
  5. public Decimal Quantity;
  6. public Decimal Price;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement