예제 #1
0
 public SaleLineItem(Item item, int amount, decimal price, Treatment treatment, Prescription prescription)
 {
     this.item         = item;
     this.amount       = amount;
     this.price        = price;
     this.treatment    = treatment;
     this.prescription = prescription;
 }