C# 클래스 com.Sconit.Service.MasterData.Impl.WorkingHoursBaseMgr

상속: SessionBase, IWorkingHoursBaseMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IWorkingHoursDao

공개 메소드들

메소드 설명
WorkingHoursBaseMgr ( IWorkingHoursDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateWorkingHours ( WorkingHours entity ) : void
DeleteWorkingHours ( IList pkList ) : void
DeleteWorkingHours ( IList entityList ) : void
DeleteWorkingHours ( Int32 id ) : void
DeleteWorkingHours ( WorkingHours entity ) : void
GetAllWorkingHours ( ) : IList
LoadWorkingHours ( Int32 id ) : WorkingHours
UpdateWorkingHours ( WorkingHours entity ) : void

메소드 상세

WorkingHoursBaseMgr() 공개 메소드

public WorkingHoursBaseMgr ( IWorkingHoursDao entityDao ) : System
entityDao IWorkingHoursDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IWorkingHoursDao entityDao
리턴 IWorkingHoursDao