Changeset 93341f8 for src


Ignore:
Timestamp:
02/08/23 11:17:03 (22 months ago)
Author:
milamihajlovska <mila.mihajlovska01@…>
Branches:
master
Children:
89438a3
Parents:
cb5debb
Message:

update homeController

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/moviezone/web/HomeController.java

    rcb5debb r93341f8  
    3535
    3636    public HomeController(FilmService filmService, UserService userService, ProjectionService projectionService, EventService eventService, TicketService ticketService, WorkerService workerService, CustomerRatesFilmService customerRatesFilmService, CinemaService cinemaService, CinemaOrganizesEventService cinemaOrganizesEventService, CinemaPlaysFilmService cinemaPlaysFilmService, ProjectionIsPlayedInRoomRepository projectionIsPlayedInRoomRepository) {
    37        
     37
    3838        this.filmService = filmService;
    3939        this.userService = userService;
Note: See TracChangeset for help on using the changeset viewer.