RevatureRobert/2102-Study-Force-Backend

Stacktrace: Refactor TechnologyService.deleteTechnology()

Closed this issue · 0 comments

This function should probably return a TechnologyDTO instead of a Technology. And should take a Technology or TechonologyDTO instead an int. This can be accoplished by changing it or overloading the method.