Example #1
0
        public List <StateMaster> GetStateList(int?COUNTRY_ID)
        {
            //throw new NotImplementedException();
            BALCommon bal = new BALCommon(ConStr);

            return(bal.GetStateList(COUNTRY_ID));
        }