Beispiel #1
0
 public void DeleteComment(as_comments item)
 {
     try
     {
         RDL.CacheManager.PurgeCacheItems("as_comments" + item.id);
         db.DeleteComment(item.id);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }