Skip to content

Decouple class service and controller

Manuel Prinz requested to merge create-class-request-removal into master

This decouples the class service and controller by removing CreateClassRequest from the API interface by replacing it with a command object. It also unifies all method calls under one.

Merge request reports