Exemplo n.º 1
0
        public ActionResult <List <Producto> > Get()
        {
            var todos = repositorio.LeerTodos();

            return(todos);
        }