Ejemplo n.º 1
0
        } /*CHECK COMPLETE*/

        public DataTable UpdateCountry()
        {
            GetPassword obj = new GetPassword();

            try
            {
                DataTable dt = obj.UpdateCountry();
                return(dt);
            }
            catch
            {
                throw;
            }
            finally
            {
                obj = null;
            }
        }