Свойство | Type | Description | |
---|---|---|---|
conn |
Méthode | Description | |
---|---|---|
CreateEmployee ( |
||
DataEmployee ( ) : Project_Marmelade.Business | ||
DeleteEmployee ( string email ) : string | ||
GetEmployeeByEmail ( string email ) : |
||
GetListOfEmails ( ) : List |
||
GetListOfTitles ( ) : List |
||
GetListOfTypes ( ) : List |
||
ReadEmployees ( ) : List |
||
UpdateEmployee ( string name, string address, string email, string type, string title, string workhours, string endOfEmployment ) : string |
public CreateEmployee ( |
||
employee | ||
Résultat | string |
public DataEmployee ( ) : Project_Marmelade.Business | ||
Résultat | Project_Marmelade.Business |
public DeleteEmployee ( string email ) : string | ||
string | ||
Résultat | string |
public GetEmployeeByEmail ( string email ) : |
||
string | ||
Résultat |
public UpdateEmployee ( string name, string address, string email, string type, string title, string workhours, string endOfEmployment ) : string | ||
name | string | |
address | string | |
string | ||
type | string | |
title | string | |
workhours | string | |
endOfEmployment | string | |
Résultat | string |