C# Class OneToOne.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2014

Méthodes publiques

Méthode Description
GetAddressByEmployeeId ( int employeeId ) : AddressBase
GetAllEmployees ( ) : IEnumerable
GetAllEmployeesWithEmployees ( ) : IEnumerable
GetEmployeeWithAddressesById ( int id ) : EmployeeBaseWithAddresses

Method Details

GetAddressByEmployeeId() public méthode

public GetAddressByEmployeeId ( int employeeId ) : AddressBase
employeeId int
Résultat AddressBase

GetAllEmployees() public méthode

public GetAllEmployees ( ) : IEnumerable
Résultat IEnumerable

GetAllEmployeesWithEmployees() public méthode

public GetAllEmployeesWithEmployees ( ) : IEnumerable
Résultat IEnumerable

GetEmployeeWithAddressesById() public méthode

public GetEmployeeWithAddressesById ( int id ) : EmployeeBaseWithAddresses
id int
Résultat EmployeeBaseWithAddresses