Метод | Описание | |
---|---|---|
EmployeeDB ( ) : System | ||
GetEmployeeIdsByGroupId ( int groupId ) : Collection |
||
GetFullNameById ( int Id ) : string | ||
GetIdFromName ( string name ) : int | ||
GetNumberOfEmployeesInEachGroup ( ) : int>.Dictionary |
public GetEmployeeIdsByGroupId ( int groupId ) : Collection |
||
groupId | int | |
Результат | Collection |
public GetFullNameById ( int Id ) : string | ||
Id | int | |
Результат | string |
public GetIdFromName ( string name ) : int | ||
name | string | |
Результат | int |
public GetNumberOfEmployeesInEachGroup ( ) : int>.Dictionary |
||
Результат | int>.Dictionary |