示例#1
0
 public async Task <ProductInfo> AddProductAsync(ProductInfo product)
 {
     return(await _dal.AddProductAsync(product));
 }