Merge branch 'feature-notification-management-not004' into feature-notification-management

This commit is contained in:
Jissin Mathew
2026-05-21 20:54:20 +05:30
7 changed files with 65 additions and 0 deletions
@@ -4,6 +4,7 @@
#include "Enums.h"
#include "AuthenticationManagementService.h"
#include "UserManagementService.h"
#include "InventoryManagementService.h"
class Service;
class ComboPackage;
@@ -19,6 +20,7 @@ class Controller
private:
AuthenticationManagementService m_authenticationManagementService;
UserManagementService m_userManagementService;
InventoryManagementService m_inventoryManagementService;
public:
bool login(const std::string& username, const std::string& password);
void logout();