Merge branch 'feature-admin-management-adm004' into feature-admin-management
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Enums.h"
|
||||
#include "UserManagementService.h"
|
||||
#include "ServiceManagementService.h"
|
||||
#include "AuthenticationManagementService.h"
|
||||
|
||||
class Service;
|
||||
class ComboPackage;
|
||||
@@ -17,6 +18,7 @@ class Notification;
|
||||
class Controller
|
||||
{
|
||||
private:
|
||||
AuthenticationManagementService m_authenticationManagementService;
|
||||
UserManagementService m_userManagementService;
|
||||
ServiceManagementService m_serviceManagementService;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user