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

Inheritance: SessionBase, IUomBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IUomDao

Public Methods

Method Description
UomBaseMgr ( IUomDao entityDao ) : System

Private Methods

Method Description
CreateUom ( Uom entity ) : void
DeleteUom ( IList pkList ) : void
DeleteUom ( IList entityList ) : void
DeleteUom ( String code ) : void
DeleteUom ( Uom entity ) : void
GetAllUom ( ) : IList
LoadUom ( String code ) : Uom
UpdateUom ( Uom entity ) : void

Method Details

UomBaseMgr() public method

public UomBaseMgr ( IUomDao entityDao ) : System
entityDao IUomDao
return System

Property Details

entityDao protected property

protected IUomDao entityDao
return IUomDao