Пример #1
0
 public void AddOrUpdateNote([FromBody] NoteDto noteForEdit)
 {
     _noteService.AddOrUpdate(noteForEdit);
 }