Esempio n. 1
0
 public async Task <Notes> AddNotes(long id, [FromBody] Notes notes)
 {
     return(await _requestService.AddNotes(id, notes));
 }