Пример #1
0
 public static void Move(ChangeAction action, int id)
 {
     dal.Move(action, id);
     CacheHelper.Remove(cacheKey);
 }