コード例 #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;
 }
コード例 #2
0
 public OrderDateInfo()
 {
     orderDate = new OrderDate();
 }