Method | Description | |
---|---|---|
UserBLL ( ) : System | ||
UserBLL ( IUserDAL iUserDAL ) : System | ||
add ( |
||
get ( int id ) : |
||
get ( string email ) : |
||
randomPassord ( ) : string | ||
sendMail ( string tilMail, string tilName, string tilSubject, string tilContent ) : bool | ||
update ( |
||
verifyUser ( |
public UserBLL ( IUserDAL iUserDAL ) : System | ||
iUserDAL | IUserDAL | |
return | System |
public add ( |
||
userModel | ||
return | bool |
public get ( string email ) : |
||
string | ||
return |
public sendMail ( string tilMail, string tilName, string tilSubject, string tilContent ) : bool | ||
tilMail | string | |
tilName | string | |
tilSubject | string | |
tilContent | string | |
return | bool |
public update ( |
||
userModel | ||
return | bool |
public verifyUser ( |
||
userModel | ||
return | bool |