public OrderDetailWithAccount()
 {
     PaymentInformation = new PaymentInformationDetails();
     PickupAddress      = new Address();
     DropOffAddress     = new Address();
     Rating             = new Dictionary <string, string>();
 }
Esempio n. 2
0
 public OrderDetail()
 {
     //required by EF
     Settings           = new BookingSettings();
     PaymentInformation = new PaymentInformationDetails();
     PickupAddress      = new Address();
     DropOffAddress     = new Address();
 }