Méthode | Description | |
---|---|---|
AddRecord ( |
||
EmployeeModel ( int NumRecords ) : System.Collections.Generic | ||
GetAllRecords ( ) : List |
||
GetRecord ( int iId ) : |
||
RemoveRecord ( int iId ) : void | ||
UpdateRecord ( |
public AddRecord ( |
||
iRecord | ||
Résultat | void |
public EmployeeModel ( int NumRecords ) : System.Collections.Generic | ||
NumRecords | int | |
Résultat | System.Collections.Generic |
public GetRecord ( int iId ) : |
||
iId | int | |
Résultat |
public UpdateRecord ( |
||
iRecord | ||
Résultat | void |