Exemple #1
0
 public static async Task RemoveProductPicture(ProductDto product, string id)
 {
     product.DeleteProductPicture(id);
 }