Beispiel #1
0
 public static void ChangeUserGroupCount(int id, ChangeAction action)
 {
     dal.ChangeUserGroupCount(id, action);
     CacheHelper.Remove(cacheKey);
 }