Exemplo n.º 1
0
 public Task <OperationResult <IEnumerable <FlashSaleProductBuyLimitModel> > > CheckFlashSaleProductBuyLimitAsync(CheckFlashSaleProductRequest request)
 => OperationResult.FromResultAsync(FlashSaleManager.CheckFlashSaleProductBuyLimitAsync(request));