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

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