Example #1
0
        public ExchangeTypeCompositeType getExchangeTypeById(int iIdExchangeType)
        {
            ExchangeTypeCompositeType etct = new ExchangeTypeCompositeType();
            ExchangeType et = new ExchangeType();

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