Esempio n. 1
0
 public bool Destroy(object ContentID)
 {
     return(TextEntry.Destroy(ContentID) == 1);
 }
Esempio n. 2
0
 public bool Delete(object ContentID)
 {
     return(TextEntry.Delete(ContentID) == 1);
 }