示例#1
0
 public IActionResult CreateNotes(AddNotesRequestModel model)
 {
     return(Ok(note.CreateNotes(model)));
 }