コード例 #1
0
 public async Task <bool> DeleteProduct(int id)
 {
     return(await _productQuery.DeleteProductAsync(id));
 }