예제 #1
0
 public async Task <ProductDTO> InsertProduct(ProductDTO productDTO)
 {
     return(await _productQuery.InsertProductAsync(productDTO));
 }