Beispiel #1
0
 public void UpdateNote(Note model)
 {
     _noteFactory.Update(model);
 }