Exemple #1
0
 public async Task <IActionResult> GetEntryList([FromRoute] int userId)
 {
     return(Ok(await _diaryService.GetEntryList(userId)));
 }