Esempio n. 1
0
 public bool DeleteLabel(string id)
 {
     db_.DeleteLabel(id);
     return(true);
 }