예제 #1
0
 public VehicleParkingHistorySummary()
 {
     CustomerVehicleID    = new CustomerVehicle();
     CustomerID           = new Customer();
     LocationParkingLotID = new LocationParkingLot();
     PaymentTypeID        = new PaymentType();
 }
예제 #2
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 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();
 }
예제 #5
0
 public User()
 {
     UserTypeID           = new UserType();
     LocationParkingLotID = new LocationParkingLot();
 }