Projects Controller

@Autowired
constructor(projectsService: ProjectsService, updatesService: UpdatesService, changeNotesService: ChangeNotesService)

Constructor used to init the controller

Parameters

projectsService

The instance to manage the projects database operations

updatesService

The service which handles the database operations of the updates

changeNotesService

The service which handles the database operations of the change notes