Smart Urban Manager
SUM (Smart Urban Manager) is a smart street project that aims to develop a huge data hub and communications center for all kind of street maintenance that will facilitate new innovation across the industry leading to cost reductions and new revenue opportunities.
admin.h
Go to the documentation of this file.
1 
6 #ifndef _ADMIN_H
7 #define _ADMIN_H
8 
9 #include "Employe.h"
10 
11 
12 class admin: public Employe {
13 public:
14 
18  bool supprimer_Compte(void long id);
19 
23  bool ajouter_compte(void Ordinaire E);
24 
25  void afficher_compte();
26 };
27 
28 #endif //_ADMIN_H
void afficher_compte()
Definition: admin.cpp:32
Definition: Employe.h:9
Definition: admin.h:12
bool ajouter_compte(void Ordinaire E)
Definition: admin.cpp:25
bool supprimer_Compte(void long id)
Definition: admin.cpp:17