Ejemplo n.º 1
0
 public static bool DeleteTagItemByItemGuid(Guid itemGuid)
 {
     return(DBTagItem.DeleteByRelatedItem(itemGuid));
 }