Esempio n. 1
0
        public IHttpActionResult obtenerTablas()
        {
            try
            {
                return(Ok(ProductoNeg.obtenerTablas()));
            }
            catch (Exception ex)
            {
                return(NotFound());

                throw;
            }
        }