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

Inheritance: SessionBase, IWorkdayBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IWorkdayDao

Public Methods

Method Description
WorkdayBaseMgr ( IWorkdayDao entityDao ) : System

Private Methods

Method Description
CreateWorkday ( Workday entity ) : void
DeleteWorkday ( IList pkList ) : void
DeleteWorkday ( IList entityList ) : void
DeleteWorkday ( Int32 id ) : void
DeleteWorkday ( Workday entity ) : void
GetAllWorkday ( ) : IList
LoadWorkday ( Int32 id ) : Workday
UpdateWorkday ( Workday entity ) : void

Method Details

WorkdayBaseMgr() public method

public WorkdayBaseMgr ( IWorkdayDao entityDao ) : System
entityDao IWorkdayDao
return System

Property Details

entityDao protected property

protected IWorkdayDao entityDao
return IWorkdayDao