Merge branch 'feature' into feature-employee-management-native-pointers

This commit is contained in:
2026-04-16 16:57:18 +05:30
98 changed files with 1302 additions and 150 deletions
@@ -1,3 +1,10 @@
/*
* File: Validator.h
* Description: Validates inputs like phone number, email, password
* Author: Trenser
* Created: 01-Apr-2026
*/
#pragma once
#include<string>
#include<map>