예제 #1
0
 // GET: Pedido
 public ActionResult Index()
 {
     return(View(PedidoDAO.BuscarVendas()));
 }