コード例 #1
0
 public void Update(int id)
 {
     product = productRepository.GetByID(id);
     productRepository.Update(product);
 }