Example #1
0
        public List <ExchangeTypeCompositeType> getAllExchangeType()
        {
            List <ExchangeTypeCompositeType> lst = new List <ExchangeTypeCompositeType>();
            ExchangeType et = new ExchangeType();

            lst = et.getAll();
            return(lst);
        }