Beispiel #1
0
 public void DeleteNote(int Id)
 {
     _noteFactory.Delete(Id);
 }