Téléverser les fichiers vers "/"
This commit is contained in:
6
Professor.cpp
Normal file
6
Professor.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "Professor.h"
|
||||
|
||||
Professor::Professor(int id, const std::string& username, const std::string& password)
|
||||
: User(id, username, password) {
|
||||
role = Role::PROF;
|
||||
}
|
||||
Reference in New Issue
Block a user