コード例 #1
0
 public Bookmark GetBookmark(int id)
 {
     return(_bookmarkRepository.GetBookmark(id));
 }