Пример #1
0
 public CustomerVehiclePass()
 {
     customerVehicles    = new CustomerVehicle();
     locationParkingLots = new LocationParkingLot();
     passCardTypeMapper  = new PassCardTypeMapper();
     status = new Status();
 }
Пример #2
0
 public LocationParkingLot()
 {
     locations = new Location();
     parentLocationParkingLots = new LocationParkingLot();
     parkingTypes = new ParkingType();
     vehicleTypes = new VehicleType();
     parkingBay   = new ParkingBay();
 }
 public CustomerParkingSlot()
 {
     customers                 = new Customer();
     vehicleTypes              = new VehicleType();
     paymentTypes              = new PaymentType();
     locationParkingLots       = new LocationParkingLot();
     ParentCustomerParkingslot = new CustomerParkingSlot();
     status = new Status();
 }
 public UserLocationMapper()
 {
     users     = new User();
     locations = new Location();
     lots      = new LocationParkingLot();
 }
 public ParkingLotServiceMapper()
 {
     locationparkinglots = new LocationParkingLot();
     serviceTypes        = new ServiceType();
 }
 public PassPrice()
 {
     locationParkingLots = new LocationParkingLot();
     applicationTypes    = new ApplicationType();
     parkingTiming       = new ParkingTiming();
 }