示例#1
0
        public int ObtenerId()
        {
            DALUsuario user = new DALUsuario();

            try
            {
                return(user.ObtenerId());
            }
            catch (Exception)
            {
                throw;
            }
        }