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