public NotificationController() { notifLogic = new NotificationLogic(); userLogic = new UtilisateurLogic(); addressLogic = new AdressLogic(); bookingLogic = new BookingLogic(); requestBookingLogic = new RequestBookingLogic(); }
public RequestBookingController() { requestBookingLogic = new RequestBookingLogic(); bookingLogic = new BookingLogic(); statusLogic = new StatusLogic(); addressLogic = new AdressLogic(); utilisateurLogic = new UtilisateurLogic(); userBookingLogic = new UserBookingLogic(); stopOverAddressLogic = new StopOverAddressLogic(); stopOverLogic = new StopOverLogic(); notificationLogic = new NotificationLogic(); roleLogic = new RoleLogic(); }
public BookingController() { bookingLogic = new BookingLogic(); requestBookingLogic = new RequestBookingLogic(); stopOverAddressLogic = new StopOverAddressLogic(); userBookingLogic = new UserBookingLogic(); carLogic = new CarLogic(); carModelLogic = new CarModelLogic(); carMakeLogic = new CarMakeLogic(); stopOverLogic = new StopOverLogic(); addressLogic = new AdressLogic(); utilisateurLogic = new UtilisateurLogic(); statusLogic = new StatusLogic(); notificationLogic = new NotificationLogic(); }
public CarController() { companyLogic = new CompanyLogic(); carLogic = new CarLogic(); carModelLogic = new CarModelLogic(); carMakeLogic = new CarMakeLogic(); bookingLogic = new BookingLogic(); requestBookingLogic = new RequestBookingLogic(); eventLogic = new EventLogic(); addressLogic = new AdressLogic(); utilisateurLogic = new UtilisateurLogic(); statusLogic = new StatusLogic(); stopOverLogic = new StopOverLogic(); stopOverAddressLogic = new StopOverAddressLogic(); notificationLogic = new NotificationLogic(); }