public async Task <OperationResult <bool> > RefreshFlashSaleHashCountAsync(List <string> activtyids, bool isAllRefresh) { return(OperationResult.FromResult <bool>(await FlashSaleManager.RefreshFlashSaleHashCountAsync(activtyids, isAllRefresh))); }