C# Class com.Sconit.Service.MasterData.Impl.EmployeeMgr

Inheritance: EmployeeBaseMgr, IEmployeeMgr
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
EmployeeMgr ( IEmployeeDao entityDao, ICriteriaMgr criteriaMgr ) : System

Private Methods

Method Description
GetAllEmployee ( System.DateTime lastModifyDate, int firstRow, int maxRows ) : IList
LoadEmployee ( string code, bool IncludeInactive ) : Employee

Method Details

EmployeeMgr() public method

public EmployeeMgr ( IEmployeeDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IEmployeeDao
criteriaMgr ICriteriaMgr
return System