Esempio n. 1
0
 public OrderDateInfo(int Year, int Month, int Day, int memberCount, int orderCount)
 {
     orderDate        = new OrderDate(Year, Month, Day);
     this.memberCount = memberCount;
     this.orderCount  = orderCount;
 }
Esempio n. 2
0
 public OrderDateInfo()
 {
     orderDate = new OrderDate();
 }