Update DBPlan.hpp
This commit is contained in:
@@ -11,16 +11,16 @@ public:
|
|||||||
DBPlan(std::string connStr);
|
DBPlan(std::string connStr);
|
||||||
void meldeKrank(int id);
|
void meldeKrank(int id);
|
||||||
void meldeGesund(int id);
|
void meldeGesund(int id);
|
||||||
bool deleteVeranstaltung(int id);
|
void deleteVeranstaltung(int id);
|
||||||
bool hinzufuegenVeranstaltung(); //Zu Liste mit Veranstaltungen oder direkt in den Einsatzplan?
|
void hinzufuegenVeranstaltung(); //Zu Liste mit Veranstaltungen oder direkt in den Einsatzplan?
|
||||||
|
|
||||||
|
|
||||||
void deleteVeranstalter(int id);
|
void deleteVeranstalter(int id);
|
||||||
bool hinzufuegenVeranstalter(std::string email, std::string name, std::string pw, bool admin);
|
void hinzufuegenVeranstalter(std::string email, std::string name, std::string pw, bool admin);
|
||||||
std::vector < std::vector<std::string>> getVeranstalter();
|
std::vector < std::vector<std::string>> getVeranstalter();
|
||||||
|
|
||||||
bool deleteStudent(int id);
|
void deleteStudent(int id);
|
||||||
bool hinzufuegenStudent(std::string email, std::string name, std::string pw);
|
void hinzufuegenStudent(std::string email, std::string name, std::string pw);
|
||||||
std::vector < std::vector<std::string>> getStudenten();
|
std::vector < std::vector<std::string>> getStudenten();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user