Téléverser les fichiers vers "/"
This commit is contained in:
11
ExportService.h
Normal file
11
ExportService.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef EXPORTSERVICE_H
|
||||
#define EXPORTSERVICE_H
|
||||
|
||||
#include "../models/User.h"
|
||||
|
||||
class ExportService {
|
||||
public:
|
||||
static void exportData(User* user);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user