コード例 #1
0
 public async Task <bool> DeleteBasketAsync(string basketId)
 {
     return(await _redis.DeleteKeyAsync(basketId));
 }