Esempio n. 1
0
 public bool DeleteTagItemByTagGuid(Guid tagGuid)
 {
     return(DBTagItem.DeleteByTag(tagGuid));
 }
Esempio n. 2
0
 public static bool DeleteByTag(int tagId)
 {
     return(DBTagItem.DeleteByTag(tagId));
 }