Method | Description | |
---|---|---|
EmployeeBLL ( ) : System | ||
EmployeeBLL ( IEmployeeDAL iEmployeeDAL ) : System | ||
add ( |
||
delete ( int id ) : System.Boolean | ||
find ( int id ) : |
||
find ( string email ) : |
||
getAllEmployees ( ) : List |
public EmployeeBLL ( IEmployeeDAL iEmployeeDAL ) : System | ||
iEmployeeDAL | IEmployeeDAL | |
return | System |
public add ( |
||
employeeModel | ||
return | bool |
public find ( int id ) : |
||
id | int | |
return |
public find ( string email ) : |
||
string | ||
return |