예제 #1
0
 // GET: Pedidoes
 public ActionResult Index()
 {
     return(View(bllPedido.Listar()));
 }