Beispiel #1
0
        public List <RestauranteNG> Get()
        {
            try
            {
                var restaurantes = _rest.GetRestaurantes().ToList();

                return(restaurantes);
            }
            catch (Exception e)
            {
                throw e;
            }
        }