Add documentation headers across system modules
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#pragma once
|
||||
/*
|
||||
File: DataStore.h
|
||||
Description: Declares the DataStore singleton class responsible for managing collections of users, services, combo packages, service bookings, job cards, inventory items, invoices, and payments in the Vehicle Service Management System.
|
||||
Author: Trenser
|
||||
Date: 19-May-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "Map.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user