コード例 #1
0
 public ProductOption GetOption(Guid productId, Guid id)
 {
     return _productCatalogRepository.GetProductOption(productId, id);
 }