676c5ce132
<SRS> SRS01 : Authentication </SRS> <Changes> - Added basic UI structure with UserInterface and role-based menus - Created menu classes for different roles (Admin, HR, IT, etc.) - Connected ZenvyController with all required services - Updated AuthenticationManagementService - Added FAQ model </Changes> <Review> Smitha Mohan </Review>
7 lines
30 B
C++
7 lines
30 B
C++
#pragma once
|
|
|
|
class Faq
|
|
{
|
|
};
|
|
|