示例#1
0
        public IEnumerable <string> Get()
        {
            _pedidoService.AddPedidos();

            var retorno = new string[1];

            return(retorno);
        }