Example #1
0
 public ENLinePublishingOrder(int idLines_POrders, ENPublishingOrder publishingOrder, ENNew newBook, int quantity)
 {
     this.idLines_POrders = idLines_POrders;
     this.publishingOrder = publishingOrder;
     this.newBook         = newBook;
     this.quantity        = quantity;
     cad = new CADLinePublishingOrder();
 }
Example #2
0
 public ENLinePublishingOrder()
 {
     cad = new CADLinePublishingOrder();
 }