예제 #1
0
 public bool Destroy(object ContentID)
 {
     return(TextEntry.Destroy(ContentID) == 1);
 }
예제 #2
0
 public bool Delete(object ContentID)
 {
     return(TextEntry.Delete(ContentID) == 1);
 }