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