コード例 #1
0
 public async Task <int> DeleteNoteBookAsync([FromRoute] int id)
 {
     return(await _noteBookService.DeleteNoteBook(id));
 }