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

Inheritance: SessionBase, IBillBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IBillDao

Méthodes publiques

Méthode Description
BillBaseMgr ( IBillDao entityDao ) : System

Private Methods

Méthode 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 méthode

public BillBaseMgr ( IBillDao entityDao ) : System
entityDao IBillDao
Résultat System

Property Details

entityDao protected_oe property

protected IBillDao entityDao
Résultat IBillDao