コード例 #1
0
 public void EditProduct(int productId)
 {
     _redirector.GoToManageProduct(productId);
 }