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

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

Protected Properties

Property Type Description
entityDao IClientWorkingHoursDao

Public Methods

Method Description
ClientWorkingHoursBaseMgr ( IClientWorkingHoursDao entityDao ) : System

Private Methods

Method Description
CreateClientWorkingHours ( ClientWorkingHours entity ) : void
DeleteClientWorkingHours ( ClientWorkingHours entity ) : void
DeleteClientWorkingHours ( IList entityList ) : void
DeleteClientWorkingHours ( IList pkList ) : void
DeleteClientWorkingHours ( Int32 id ) : void
GetAllClientWorkingHours ( ) : IList
LoadClientWorkingHours ( Int32 id ) : ClientWorkingHours
UpdateClientWorkingHours ( ClientWorkingHours entity ) : void

Method Details

ClientWorkingHoursBaseMgr() public method

public ClientWorkingHoursBaseMgr ( IClientWorkingHoursDao entityDao ) : System
entityDao IClientWorkingHoursDao
return System

Property Details

entityDao protected property

protected IClientWorkingHoursDao entityDao
return IClientWorkingHoursDao