14 lines
199 B
C++
14 lines
199 B
C++
/*
|
|
* File: TicketManagementService.h
|
|
* Description: Handle operations related to Ticket Management
|
|
* Author: Trenser
|
|
* Created: 30-Mar-2026
|
|
*/
|
|
|
|
#pragma once
|
|
class TicketManagementService
|
|
{
|
|
|
|
};
|
|
|