Example #1
0
 // GET: Producto
 public ActionResult Index()
 {
     return(View(prodLogic.listProducto()));
 }