Esempio n. 1
0
 public void AddBillDetails(VoyBill voyBill)
 {
     bill = voyBill;
 }
Esempio n. 2
0
 public VBill( )
 {
     bill      = new VoyBill();
     lineItems = new List <LineItems>();
     payModes  = new List <VPaymentMode>();
 }