Example #1
0
 public OrderX(int orderID, string customerID, DateTime orderDate, CustomerX customer)
 {
     this.OrderID    = orderID;
     this.CustomerID = customerID;
     this.OrderDate  = orderDate;
     this.Customer   = customer;
 }
Example #2
0
 public OrderX(int orderID, string customerID, DateTime orderDate, CustomerX customer)
 {
     OrderID    = orderID;
     CustomerID = customerID;
     OrderDate  = orderDate;
     Customer   = customer;
 }
Example #3
0
 public OrderX(int orderID, string customerID, DateTime orderDate, CustomerX customer)
 {
     this.OrderID = orderID;
     this.CustomerID = customerID;
     this.OrderDate = orderDate;
     this.Customer = customer;
 }