Beispiel #1
0
 public void DeleteNote(int id)
 {
     DBNote.DeleteNote(id);
 }