PSQL 30.10.2024

This commit is contained in:
krivoshein
2024-10-30 15:33:26 +03:00
commit 024cd38bd6
256 changed files with 31332 additions and 0 deletions

View File

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