Uses of Class
com.equipmentrental.equipment_rental_system.service.UserService
Packages that use UserService
Package
Description
-
Uses of UserService in com.equipmentrental.equipment_rental_system.controller
Constructors in com.equipmentrental.equipment_rental_system.controller with parameters of type UserServiceModifierConstructorDescriptionBookingController(BookingService bookingService, EquipmentService equipmentService, UserService userService) DashboardController(EquipmentService equipmentService, BookingService bookingService, CategoryService categoryService, UserService userService) UserController(UserService userService) -
Uses of UserService in com.equipmentrental.equipment_rental_system.service
Constructors in com.equipmentrental.equipment_rental_system.service with parameters of type UserServiceModifierConstructorDescriptionBookingService(BookingRepository bookingRepository, EquipmentService equipmentService, UserService userService)