|
@ -26,6 +26,7 @@ bool createNewEmployee(char* employeeId, char* employeePassword); |
|
|
bool verifyPassword(char* enteredPassword,char* passwordConfirmation); |
|
|
bool verifyPassword(char* enteredPassword,char* passwordConfirmation); |
|
|
bool storeEmployeeData(const char *name,const char *lastName,const char *adress,const char *phoneNumber); |
|
|
bool storeEmployeeData(const char *name,const char *lastName,const char *adress,const char *phoneNumber); |
|
|
bool isValidName(char* name,int minimalLength); |
|
|
bool isValidName(char* name,int minimalLength); |
|
|
|
|
|
bool isValidPhoneNumber(char *phoneNumber); |
|
|
|
|
|
|
|
|
int StringLengthCounter(char* string); |
|
|
int StringLengthCounter(char* string); |
|
|
|
|
|
|
|
|