예제 #1
0
파일: Tag.cs 프로젝트: sang-nm/mphc
 public static bool Delete(int tagId)
 {
     return(DBTag.Delete(tagId));
 }
예제 #2
0
 public bool DeleteTagByGuid(Guid guid)
 {
     return(DBTag.Delete(guid));
 }