Méthode | Description | |
---|---|---|
AddAddress ( |
||
AddPhone ( |
||
AuthEmployee ( string userName, string password ) : bool | ||
ChangePasswordForEmployee ( string email, string newPasswordHash ) : bool | ||
CreateEmployee ( |
||
DeleteEmployee ( |
||
GetEmployee ( string email ) : |
||
GetEmployeeById ( int id ) : |
||
GetEmployeeIdByEmailorUserName ( string emailorUserName ) : int | ||
GetEmployees ( ) : List |
||
IsPasswordResetRequestValid ( string email, string guid ) : bool | ||
RequestPasswordResetForEmployee ( string email ) : bool |
public AddAddress ( |
||
dto | ||
Résultat | bool |
public AddPhone ( |
||
dto | ||
Résultat | bool |
public AuthEmployee ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
Résultat | bool |
public ChangePasswordForEmployee ( string email, string newPasswordHash ) : bool | ||
string | ||
newPasswordHash | string | |
Résultat | bool |
public CreateEmployee ( |
||
dto | ||
Résultat | int |
public DeleteEmployee ( |
||
dto | ||
Résultat | bool |
public GetEmployee ( string email ) : |
||
string | ||
Résultat |
public GetEmployeeById ( int id ) : |
||
id | int | |
Résultat |
public GetEmployeeIdByEmailorUserName ( string emailorUserName ) : int | ||
emailorUserName | string | |
Résultat | int |
public IsPasswordResetRequestValid ( string email, string guid ) : bool | ||
string | ||
guid | string | |
Résultat | bool |
public RequestPasswordResetForEmployee ( string email ) : bool | ||
string | ||
Résultat | bool |