예제 #1
0
 public IEnumerable<ProductOption> GetOptions(Guid productId)
 {
     return _productCatalogRepository.GetProductOptions(productId);
 }