Example #1
0
 public void AgregarProd(Producto producto)
 {
     repo.AgregarProd(producto);
 }