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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IClientWorkingHoursDao

공개 메소드들

메소드 설명
ClientWorkingHoursBaseMgr ( IClientWorkingHoursDao entityDao ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ClientWorkingHoursBaseMgr() 공개 메소드

public ClientWorkingHoursBaseMgr ( IClientWorkingHoursDao entityDao ) : System
entityDao IClientWorkingHoursDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IClientWorkingHoursDao entityDao
리턴 IClientWorkingHoursDao