コード例 #1
0
        public List <CountryMaster> GetCountryList()
        {
            BALCommon bal = new BALCommon(ConStr);

            return(bal.GetCountryList());
        }