示例#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();
 }
示例#2
0
 public CustomerVehiclePass()
 {
     CustomerVehicleID           = new CustomerVehicle();
     PrimaryLocationParkingLotID = new LocationParkingLot();
     PassCardTypeMapperID        = new PassCardTypeMapper();
     PaymentTypeID          = new PaymentType();
     CreatedBy              = new User();
     PassPriceID            = new PassPrice();
     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();
 }
示例#3
0
 public User()
 {
     UserTypeID           = new UserType();
     LocationParkingLotID = new LocationParkingLot();
 }
 public UserDailyLogin()
 {
     UserID = new User();
     LocationParkingLotID = new LocationParkingLot();
 }