Beispiel #1
0
 public void Put([FromRoute] int id)
 {
     _diaryService.Completed(id);
 }