Method | Description | |
---|---|---|
add ( |
||
get ( int id ) : |
||
get ( string email ) : |
||
resetPassword ( |
||
update ( |
||
verifyUser ( |
public add ( |
||
userModel | ||
return | bool |
public get ( string email ) : |
||
string | ||
return |
public resetPassword ( |
||
user | ||
randomPW | byte | |
return | bool |
public update ( |
||
userModel | ||
return | bool |
public verifyUser ( |
||
userModel | ||
return | bool |