コード例 #1
0
 public ActionResult <Book> Get(int id)
 {
     return(_bookLibraryRepository.GetById(id));
 }