C# Class Kaffeplaneten.DAL.EmployeeDAL

Inheritance: IEmployeeDAL
Afficher le fichier Open project: chrban/Webapplikasjoner

Méthodes publiques

Méthode Description
EmployeeDAL ( ) : System
add ( EmployeeModel employeeModel ) : bool
delete ( int id ) : bool
find ( int id ) : EmployeeModel
find ( string email ) : EmployeeModel
getAllEmployees ( ) : List

Method Details

EmployeeDAL() public méthode

public EmployeeDAL ( ) : System
Résultat System

add() public méthode

public add ( EmployeeModel employeeModel ) : bool
employeeModel Kaffeplaneten.Models.EmployeeModel
Résultat bool

delete() public méthode

public delete ( int id ) : bool
id int
Résultat bool

find() public méthode

public find ( int id ) : EmployeeModel
id int
Résultat Kaffeplaneten.Models.EmployeeModel

find() public méthode

public find ( string email ) : EmployeeModel
email string
Résultat Kaffeplaneten.Models.EmployeeModel

getAllEmployees() public méthode

public getAllEmployees ( ) : List
Résultat List