コード例 #1
0
 public bool HasActivity(long id)
 {
     return(_cachingService.ContainsKey($"DetailedActivity:{id}"));
 }