コード例 #1
0
ファイル: ExchangeTypeManager.cs プロジェクト: cafc79/SIA
        public List <ExchangeTypeCompositeType> getAllExchangeType()
        {
            List <ExchangeTypeCompositeType> lst = new List <ExchangeTypeCompositeType>();
            ExchangeType et = new ExchangeType();

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