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

Inheritance: CurrencyBaseMgr, ICurrencyMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CurrencyMgr ( ICurrencyDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections

Private Methods

Method Description
CheckAndLoadCurrency ( string currencyCode ) : Currency
GetCurrency ( string code, string name ) : IList

Method Details

CurrencyMgr() public method

public CurrencyMgr ( ICurrencyDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections
entityDao ICurrencyDao
criteriaMgr ICriteriaMgr
return System.Collections