예제 #1
0
 public bool DeleteTagItemByTagGuid(Guid tagGuid)
 {
     return(DBTagItem.DeleteByTag(tagGuid));
 }
예제 #2
0
파일: TagItem.cs 프로젝트: sang-nm/mphc
 public static bool DeleteByTag(int tagId)
 {
     return(DBTagItem.DeleteByTag(tagId));
 }