mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
PSQL 30.10.2024
This commit is contained in:
13
DB/DataBaseLMS/instructor.cpp
Normal file
13
DB/DataBaseLMS/instructor.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "instructor.h"
|
||||
|
||||
Instructor::Instructor():
|
||||
instructor_id(),
|
||||
name(),
|
||||
login(),
|
||||
password(),
|
||||
isAdmin(false),
|
||||
archived(false),
|
||||
loggedIn(false)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user