PSQL 01.11.2024

This commit is contained in:
krivoshein
2024-11-01 11:45:13 +03:00
parent 024cd38bd6
commit 9422c5e257
274 changed files with 3223 additions and 3102 deletions

View File

@@ -0,0 +1,13 @@
#include "instructor.h"
Instructor::Instructor():
instructor_id(),
name(),
login(),
password(),
isAdmin(false),
archived(false),
loggedIn(false)
{
}