Example #1
0
 public bool Delete(object TagID)
 {
     return(Tag.Delete(TagID) == 1);
 }