Example #1
0
        public ActionResult BuscarPorId(int id)
        {
            var pedidoCompleto = _bll.Detalhe(id.ToLong());

            return(View(pedidoCompleto));
        }