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