コード例 #1
0
 public async Task <OperationResult <bool> > RefreshFlashSaleHashCountAsync(List <string> activtyids, bool isAllRefresh)
 {
     return(OperationResult.FromResult <bool>(await FlashSaleManager.RefreshFlashSaleHashCountAsync(activtyids, isAllRefresh)));
 }