C# Class FlatStreamToHierarchy.ViewModels.EmployeesViewModel

Inheritance: IDisposable
Mostrar archivo Open project: RolandPheasant/FlatStreamToHierarchy Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
EmployeesViewModel ( EmployeeService employeeService ) : System

Private Methods

Method Description
Promote ( EmployeeViewModel viewModel ) : void
Sack ( EmployeeViewModel viewModel ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EmployeesViewModel() public method

public EmployeesViewModel ( EmployeeService employeeService ) : System
employeeService FlatStreamToHierarchy.Services.EmployeeService
return System