code0-tech / sagittarius

The orchestrating backend for the Code0 application
4 stars 0 forks source link

Move user services into Users namespace #140

Closed Taucher2003 closed 5 months ago

Taucher2003 commented 5 months ago

Currently we have UserRegisterService, UserLoginService and UserLogoutService. To follow the pattern of the other services, we should move them to a Users namespace, so they become Users::RegisterService, Users::LoginService and Users::LogoutService.