ImagingTools Core SDK
CProductControllerComp.h
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2#pragma once
3
4
5// ImtCore includes
6#include <imtservergql/CObjectCollectionControllerCompBase.h>
7
8
9namespace imtlicgql
10{
11
12
13class CProductControllerComp: public ::imtservergql::CObjectCollectionControllerCompBase
14{
15public:
16 typedef ::imtservergql::CObjectCollectionControllerCompBase BaseClass;
17
18 I_BEGIN_COMPONENT(CProductControllerComp);
19 I_END_COMPONENT;
20};
21
22
23} // namespace imtlicgql
24
25
GraphQL API interface layer for the licensing domain model.