C# Class Kaffeplaneten.BLL.UserBLL

Afficher le fichier Open project: chrban/Webapplikasjoner Class Usage Examples

Méthodes publiques

Méthode Description
UserBLL ( ) : System
UserBLL ( IUserDAL iUserDAL ) : System
add ( UserModel userModel ) : bool
get ( int id ) : UserModel
get ( string email ) : UserModel
randomPassord ( ) : string
sendMail ( string tilMail, string tilName, string tilSubject, string tilContent ) : bool
update ( UserModel userModel ) : bool
verifyUser ( UserModel userModel ) : bool

Method Details

UserBLL() public méthode

public UserBLL ( ) : System
Résultat System

UserBLL() public méthode

public UserBLL ( IUserDAL iUserDAL ) : System
iUserDAL IUserDAL
Résultat System

add() public méthode

public add ( UserModel userModel ) : bool
userModel Kaffeplaneten.Models.UserModel
Résultat bool

get() public méthode

public get ( int id ) : UserModel
id int
Résultat Kaffeplaneten.Models.UserModel

get() public méthode

public get ( string email ) : UserModel
email string
Résultat Kaffeplaneten.Models.UserModel

randomPassord() public méthode

public randomPassord ( ) : string
Résultat string

sendMail() public méthode

public sendMail ( string tilMail, string tilName, string tilSubject, string tilContent ) : bool
tilMail string
tilName string
tilSubject string
tilContent string
Résultat bool

update() public méthode

public update ( UserModel userModel ) : bool
userModel Kaffeplaneten.Models.UserModel
Résultat bool

verifyUser() public méthode

public verifyUser ( UserModel userModel ) : bool
userModel Kaffeplaneten.Models.UserModel
Résultat bool