Esempio n. 1
0
 public void UpdateOption(Guid id, ProductOption option)
 {
     _productOptionService.Update(id, option);
 }