AppCore
Loading...
Searching...
No Matches
CorrectionOfCardDataExtraOperationLogic.h
Go to the documentation of this file.
1#ifndef CORRECTIONOFCARDDATAEXTRAOPERATIONLOGIC_H
2#define CORRECTIONOFCARDDATAEXTRAOPERATIONLOGIC_H
3
4namespace EM
5{
6 namespace PT
7 {
8 class EDataCollection;
9 }
10}
11
13{
14public:
20 static void FixCorruptedStudentCardWalletData( EM::PT::EDataCollection *readDataCollection, EM::PT::EDataCollection *&writeRequest );
21};
22
23#endif // CORRECTIONOFCARDDATAEXTRAOPERATIONLOGIC_H
Definition CorrectionOfCardDataExtraOperationLogic.h:13
static void FixCorruptedStudentCardWalletData(EM::PT::EDataCollection *readDataCollection, EM::PT::EDataCollection *&writeRequest)
fix corrupted student card wallet data
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7