Exemplo n.º 1
0
 public OrderItem(Liquor liquor, int qty)
 {
     this.Liquor = liquor;
     this.Qty    = qty;
 }