Пример #1
0
        public List <CityMaster> GetCityList(int?STATE_ID)
        {
            BALCommon bal = new BALCommon(ConStr);

            return(bal.GetCityList(STATE_ID));
        }