Files
RRJServer/DB_LMS/DataBaseLMS/task.h
2024-11-06 16:06:32 +03:00

13 lines
150 B
C++

#ifndef TASK_H
#define TASK_H
#include "basicentity.h"
class DATABASELMS_EXPORT Task: public BasicEntity
{
public:
Task();
};
#endif // TASK_H