13 lines
200 B
C++
13 lines
200 B
C++
/*
|
|
* File: PayslipManagementService.h
|
|
* Description: Handle operations related to employee payslips
|
|
* Author: Trenser
|
|
* Created: 30-Mar-2026
|
|
*/
|
|
|
|
#pragma once
|
|
class PayslipManagementService
|
|
{
|
|
};
|
|
|