コード例 #1
0
 public OrderDetailWithAccount()
 {
     PaymentInformation = new PaymentInformationDetails();
     PickupAddress      = new Address();
     DropOffAddress     = new Address();
     Rating             = new Dictionary <string, string>();
 }
コード例 #2
0
 public OrderDetail()
 {
     //required by EF
     Settings           = new BookingSettings();
     PaymentInformation = new PaymentInformationDetails();
     PickupAddress      = new Address();
     DropOffAddress     = new Address();
 }