C# Класс AssocManyToMany.Controllers.Manager

Показать файл Открыть проект

Открытые методы

Метод Описание
EmployeeEditJobDuties ( EmployeeEditJobDuties newItem ) : EmployeeWithJobDuties
EmployeeGetAll ( ) : IEnumerable
EmployeeGetAllWithJobDuties ( ) : IEnumerable
EmployeeGetByIdWithDetail ( int id ) : EmployeeWithJobDuties
JobDutyEditEmployees ( JobDutyEditEmployees newItem ) : JobDutyWithEmployees
JobDutyGetAll ( ) : IEnumerable
JobDutyGetAllWithEmployees ( ) : IEnumerable
JobDutyGetByIdWithDetail ( int id ) : JobDutyWithEmployees
Manager ( ) : System

Описание методов

EmployeeEditJobDuties() публичный Метод

public EmployeeEditJobDuties ( EmployeeEditJobDuties newItem ) : EmployeeWithJobDuties
newItem EmployeeEditJobDuties
Результат EmployeeWithJobDuties

EmployeeGetAll() публичный Метод

public EmployeeGetAll ( ) : IEnumerable
Результат IEnumerable

EmployeeGetAllWithJobDuties() публичный Метод

public EmployeeGetAllWithJobDuties ( ) : IEnumerable
Результат IEnumerable

EmployeeGetByIdWithDetail() публичный Метод

public EmployeeGetByIdWithDetail ( int id ) : EmployeeWithJobDuties
id int
Результат EmployeeWithJobDuties

JobDutyEditEmployees() публичный Метод

public JobDutyEditEmployees ( JobDutyEditEmployees newItem ) : JobDutyWithEmployees
newItem JobDutyEditEmployees
Результат JobDutyWithEmployees

JobDutyGetAll() публичный Метод

public JobDutyGetAll ( ) : IEnumerable
Результат IEnumerable

JobDutyGetAllWithEmployees() публичный Метод

public JobDutyGetAllWithEmployees ( ) : IEnumerable
Результат IEnumerable

JobDutyGetByIdWithDetail() публичный Метод

public JobDutyGetByIdWithDetail ( int id ) : JobDutyWithEmployees
id int
Результат JobDutyWithEmployees

Manager() публичный Метод

public Manager ( ) : System
Результат System