コード例 #1
0
ファイル: ExchangeTypeManager.cs プロジェクト: cafc79/SIA
        public ExchangeTypeCompositeType getExchangeTypeById(int iIdExchangeType)
        {
            ExchangeTypeCompositeType etct = new ExchangeTypeCompositeType();
            ExchangeType et = new ExchangeType();

            etct = et.GetExchangeTypeById(iIdExchangeType);
            return(etct);
        }