Esempio n. 1
0
 public static async Task AddManufacturer(ProductDto product, ProductManufacturerDto model)
 {
     await product.CreateProductManufacturer(model.ManufacturerId, model.IsFeaturedProduct).GetValueAsync();
 }