Example #1
0
        public List <Carro> Get()
        {
            var carros = service.ListAll();

            return(carros);
        }