public VehicleParkingHistorySummary() { CustomerVehicleID = new CustomerVehicle(); CustomerID = new Customer(); LocationParkingLotID = new LocationParkingLot(); PaymentTypeID = new PaymentType(); }
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 CustomerVehiclePass() { CustomerVehicleID = new CustomerVehicle(); PrimaryLocationParkingLotID = new LocationParkingLot(); PassCardTypeMapperID = new PassCardTypeMapper(); PaymentTypeID = new PaymentType(); CreatedBy = new User(); PassPriceID = new PassPrice(); LocationID = new Location(); PassTypeID = new PassType(); LocationID = new Location(); PassPurchaseLocationID = new LocationParkingLot(); SuperVisorID = new User(); NFCCardSoldByID = new User(); NFCCardSoldFromID = new ApplicationType(); NFCCardPaymentID = new PaymentType(); NFCCardActivatedByID = new User(); NFCSoldLotID = new LocationParkingLot(); CardTypeID = new CardType(); }
public UserDailyLogin() { UserID = new User(); LocationParkingLotID = new LocationParkingLot(); }
public User() { UserTypeID = new UserType(); LocationParkingLotID = new LocationParkingLot(); }