예제 #1
0
 public void CreateNote([FromBody] Note note, string username)
 {
     serverInterface.CreateNote(note);
 }