예제 #1
0
 public void DeleteOption(Guid id)
 {
     _productCatalogRepository.DeleteProductOption(id);
 }