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