Пример #1
0
 public ProductOption GetOption(Guid productId, Guid id)
 {
     return(ProductOptions.GetProductOptionsFromId(productId, id));
 }