Esempio n. 1
0
 public static async Task DeleteManufacturer(ProductDto product, string id)
 {
     await product.DeleteProductManufacturer(id).GetValueAsync();
 }