コード例 #1
0
 public Product GetProductToOrder(int id)
 {
     return(_repository.GetProductToOrder(id));
 }