コード例 #1
0
 public bool DeleteToken(string token)
 {
     return(_storage.Delete(token) && _cache.Delete(token));
 }