Merge branch 'feature-customer-management-cus006' into feature-customer-management

This commit is contained in:
2026-05-21 13:18:15 +05:30
9 changed files with 182 additions and 13 deletions
@@ -4,6 +4,7 @@
#include "Enums.h"
#include "AuthenticationManagementService.h"
#include "UserManagementService.h"
#include "ServiceManagementService.h"
class Service;
class ComboPackage;
@@ -19,6 +20,7 @@ class Controller
private:
AuthenticationManagementService m_authenticationManagementService;
UserManagementService m_userManagementService;
ServiceManagementService m_serviceManagementService;
public:
bool login(const std::string& username, const std::string& password);
void logout();