예제 #1
0
 public bool Remove(int userId)
 {
     cacheLogic.Delete(AllAwardsCacheKey);
     cacheLogic.Delete(AllUsersCacheKey);
     return(usersDAO.Remove(userId));
 }