Esempio n. 1
0
 public List <ProductOption> GetOptionsForProduct(Guid id)
 {
     return(productOptionRepo.GetByProductID(id));
 }