mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
11 lines
100 B
C++
11 lines
100 B
C++
#include "trainee.h"
|
|
|
|
Trainee::Trainee():
|
|
User(),
|
|
group(),
|
|
computer(),
|
|
tasks()
|
|
{
|
|
|
|
}
|