Exemplo n.º 1
0
 public void CreateNote([FromBody] Note note, string username)
 {
     serverInterface.CreateNote(note);
 }