コード例 #1
0
 public IEnumerable <Stock> ForProduct(int id)
 {
     return(_stockManager.ListProductStock(id));
 }