Merge branch 'feature-payment-management' into feature-1553-1598
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include "Map.h"
|
||||
#include <string>
|
||||
#include "Enums.h"
|
||||
#include "PaymentManagementService.h"
|
||||
#include "AuthenticationManagementService.h"
|
||||
#include "ServiceManagementService.h"
|
||||
#include "UserManagementService.h"
|
||||
#include "InventoryManagementService.h"
|
||||
@@ -18,6 +20,8 @@ class Notification;
|
||||
class Controller
|
||||
{
|
||||
private:
|
||||
AuthenticationManagementService m_authenticationManagementService;
|
||||
PaymentManagementService m_paymentManagementService;
|
||||
ServiceManagementService m_serviceManagementService;
|
||||
UserManagementService m_userManagementService;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user