C# 클래스 com.Sconit.Service.Transportation.Impl.TransportationAddressBaseMgr

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

공개 메소드들

메소드 설명
TransportationAddressBaseMgr ( ITransportationAddressDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateTransportationAddress ( TransportationAddress entity ) : void
DeleteTransportationAddress ( IList pkList ) : void
DeleteTransportationAddress ( IList entityList ) : void
DeleteTransportationAddress ( Int32 id ) : void
DeleteTransportationAddress ( TransportationAddress entity ) : void
GetAllTransportationAddress ( ) : IList
LoadTransportationAddress ( Int32 id ) : TransportationAddress
UpdateTransportationAddress ( TransportationAddress entity ) : void

메소드 상세

TransportationAddressBaseMgr() 공개 메소드

public TransportationAddressBaseMgr ( ITransportationAddressDao entityDao ) : System
entityDao ITransportationAddressDao
리턴 System