Exemple #1
0
 public ActionResult BuscaProductos(string buscarProducto)
 {
     return(View(prodLogic.BusquedaListaProducto(buscarProducto)));
 }