示例#1
0
 public async Task <ProductItem> AddProductItemAsync(ProductItem productItem)
 {
     return(await _productItemRepository.AddAsync(productItem));
 }