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

Inheritance: SessionBase, IBillBaseMgr
ファイルを表示 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IBillDao

Public Methods

Method Description
BillBaseMgr ( IBillDao entityDao ) : System

Private Methods

Method Description
CreateBill ( Bill entity ) : void
DeleteBill ( Bill entity ) : void
DeleteBill ( IList entityList ) : void
DeleteBill ( IList pkList ) : void
DeleteBill ( String billNo ) : void
GetAllBill ( ) : IList
LoadBill ( String billNo ) : Bill
UpdateBill ( Bill entity ) : void

Method Details

BillBaseMgr() public method

public BillBaseMgr ( IBillDao entityDao ) : System
entityDao IBillDao
return System

Property Details

entityDao protected_oe property

protected IBillDao entityDao
return IBillDao