Exemplo n.º 1
0
 public void ClearUsersCache()
 {
     try {
         _userEngine.ClrearUsersCache();
     } catch (Exception e) {
         _exceptionHandlerLogic.LogExceptionAsync(e);
         throw e;
     }
 }