Ejemplo n.º 1
0
 public virtual void ModifyProduct(int id, Product product)
 {
     productRequest.ModifyEntity(id, product);
 }