コード例 #1
0
 public Task CreateNoteAsync(NoteCreateDto note)
 {
     return(_restService.AddNewNoteAsync(note));
 }