示例#1
0
 public async Task <int> CreateProduct(Product product)
 {
     return(await _product.CreateProduct(product));
 }