示例#1
0
 public bool DeleteTagItemByGuid(Guid guid)
 {
     return(DBTagItem.Delete(guid));
 }
示例#2
0
文件: TagItem.cs 项目: sang-nm/mphc
 public static bool Delete(Guid guid)
 {
     return(DBTagItem.Delete(guid));
 }