Пример #1
0
        public string RecordInsert(PropCity objProperty, string UserName)
        {
            Dllcity objDal = new Dllcity();

            try
            {
                return(objDal.InsertCity(objProperty, UserName));
            }
            catch (Exception info)
            {
                throw info;
            }
            finally
            {
                objDal = null;
            }
        }
Пример #2
0
        public string StateWiseCities(PropCity objProperty)
        {
            Dllcity objDal = new Dllcity();

            try
            {
                return(objDal.StateWiseCity(objProperty));
            }
            catch (Exception info)
            {
                throw info;
            }
            finally
            {
                objDal = null;
            }
        }