12 lines
220 B
C++
12 lines
220 B
C++
/*
|
|
* File: TalentAcquisitionManagementService.h
|
|
* Description: Handle operations related to Talent Acquisition
|
|
* Author: Trenser
|
|
* Created: 30-Mar-2026
|
|
*/
|
|
|
|
#pragma once
|
|
class TalentAcquisitionManagementService
|
|
{
|
|
};
|