Beispiel #1
0
 public CustomerParkingSlot()
 {
     ApplicationTypeID    = new ApplicationType();
     CustomerID           = new Customer();
     VehicleTypeID        = new VehicleType();
     PaymentTypeID        = new PaymentType();
     LocationParkingLotID = new LocationParkingLot();
     CustomerVehicleID    = new CustomerVehicle();
     ViolationReasonID    = new ViolationReason();
     FOCReasonID          = new ViolationReason();
     StatusID             = new Status();
     ParkingBayID         = new ParkingBay();
     SuperVisorID         = new User();
 }
 public LocationParkingLot()
 {
     LocationID   = new Location();
     ParkingBayID = new ParkingBay();
 }