Exemple #1
0
 // DELETE
 // SYNCHRONOUS
 public bool DeleteTitle(string id)
 {
     return(_data.DeleteTitle(id));
 }